From ba716659248f262ac2b45d16db686117f18f72ec Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Thu, 21 Dec 2006 00:08:21 +0000 Subject: Add codec G.722 support. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48661 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/slin_g722_ex.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 codecs/slin_g722_ex.h (limited to 'codecs/slin_g722_ex.h') 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 +}; -- cgit v1.2.3