summaryrefslogtreecommitdiff
path: root/codecs/slin_g726_ex.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-02-25 04:10:32 +0000
committerMark Spencer <markster@digium.com>2004-02-25 04:10:32 +0000
commitff976ce0552592cdc70af89b360bcc1ec4e3f08e (patch)
tree340405f4743954fc4f2662d43f2c3e532e541e8d /codecs/slin_g726_ex.h
parent96abbad91dc73501ea2adf32826f738fda3e1d51 (diff)
Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/slin_g726_ex.h')
-rwxr-xr-xcodecs/slin_g726_ex.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/codecs/slin_g726_ex.h b/codecs/slin_g726_ex.h
new file mode 100755
index 000000000..efd516a11
--- /dev/null
+++ b/codecs/slin_g726_ex.h
@@ -0,0 +1,25 @@
+/*
+ * slin_adpcm_ex.h --
+ *
+ * Signed 16-bit audio data, 10 milliseconds worth at 8 kHz.
+ *
+ * Source: g726.example
+ *
+ * Copyright (C) 2001, Linux Support Services, Inc.
+ *
+ * Distributed under the terms of the GNU General Public License
+ *
+ */
+
+static signed short slin_g726_ex[] = {
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
+};