aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/slin_g722_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/slin_g722_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/slin_g722_ex.h')
-rw-r--r--codecs/slin_g722_ex.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/codecs/slin_g722_ex.h b/codecs/slin_g722_ex.h
new file mode 100644
index 000000000..4e6aea84a
--- /dev/null
+++ b/codecs/slin_g722_ex.h
@@ -0,0 +1,25 @@
+/*! \file
+ * \brief slin_g722_ex.h --
+ *
+ * Signed 16-bit audio data, 10 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 signed short slin_g722_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
+};