aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/g723_slin_ex.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>1999-12-04 20:45:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>1999-12-04 20:45:45 +0000
commitd2d438a1226691ebd589d93105c414557b4b5cbc (patch)
tree15752185825647f6544370166af1ef2970d173fb /codecs/g723_slin_ex.h
parenta51ccbe21ec239ee43b0ba35795f399b4f4e7d4d (diff)
Version 0.1.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/g723_slin_ex.h')
-rwxr-xr-xcodecs/g723_slin_ex.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/codecs/g723_slin_ex.h b/codecs/g723_slin_ex.h
new file mode 100755
index 000000000..df88b7b33
--- /dev/null
+++ b/codecs/g723_slin_ex.h
@@ -0,0 +1,15 @@
+/*
+ * 8-bit raw data
+ *
+ * Source: g723.example
+ *
+ * Copyright (C) 1999, Mark Spencer and Linux Support Services
+ *
+ * Distributed under the terms of the GNU General Public License
+ *
+ */
+
+static unsigned char g723_slin_ex[] = {
+0x4c, 0x34, 0xc2, 0xd9, 0x81, 0x80, 0xa8, 0x50, 0xd7, 0x8d,
+0x8, 0x80, 0xf0, 0xb4, 0x40, 0x53, 0xe3, 0xe1, 0x63, 0x4e,
+0x1a, 0x37, 0xd6, 0x0037 };