aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ulaw_slin_ex.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-07 01:32:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-07 01:32:10 +0000
commitc8ee4d21cee0f96775f5ddf5448f8073a9249bf5 (patch)
tree7e8909cb758f825c8dcd9ee435cc80a205c14dca /codecs/ulaw_slin_ex.h
parent335636e3d8bc6cc9f37b47250593a9791c46a021 (diff)
Version 0.1.8 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/ulaw_slin_ex.h')
-rwxr-xr-xcodecs/ulaw_slin_ex.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/codecs/ulaw_slin_ex.h b/codecs/ulaw_slin_ex.h
new file mode 100755
index 000000000..897808f24
--- /dev/null
+++ b/codecs/ulaw_slin_ex.h
@@ -0,0 +1,25 @@
+/*
+ * ulaw_slin_ex.h --
+ *
+ * 4-bit ADPCM data, 20 milliseconds worth at 8 kHz.
+ *
+ * Source: g723.example
+ *
+ * Copyright (C) 2001, Linux Support Services, Inc.
+ *
+ * Distributed under the terms of the GNU General Public License
+ *
+ */
+
+static unsigned char ulaw_slin_ex[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};