aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/slin_g726_ex.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-25 04:10:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-25 04:10:32 +0000
commit91a49dbd77ef94e316d10913c950fbd3753581d2 (patch)
tree340405f4743954fc4f2662d43f2c3e532e541e8d /codecs/slin_g726_ex.h
parentb343a418182009f512a145765c0ddde458e81cc0 (diff)
Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2239 f38db490-d61c-443f-a65b-d21fe96a405b
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
+};