aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/g722_slin_ex.h
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:08:21 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:08:21 +0000
commitf9cd09cb9f73d947c50a9679afede5b7dfd6a627 (patch)
tree6bbb62ef8c3e5cd9df043b37a3541e8cac4f81ed /codecs/g722_slin_ex.h
parent06a67ffa4a6eaa3880bffdb38c02cb833c30b9e2 (diff)
Add codec G.722 support.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48661 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/g722_slin_ex.h')
-rw-r--r--codecs/g722_slin_ex.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/codecs/g722_slin_ex.h b/codecs/g722_slin_ex.h
new file mode 100644
index 000000000..f8d3de5d0
--- /dev/null
+++ b/codecs/g722_slin_ex.h
@@ -0,0 +1,25 @@
+/*! \file
+ * \brief g722_slin_ex.h --
+ *
+ * 4-bit ADPCM data, 20 milliseconds worth at 8 kHz.
+ *
+ * Source: g723.example
+ *
+ * Copyright (C) 2001-2005, Digium Inc.
+ *
+ * Distributed under the terms of the GNU General Public License
+ *
+ */
+
+static unsigned char g722_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
+};