From f9cd09cb9f73d947c50a9679afede5b7dfd6a627 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 21 Dec 2006 00:08:21 +0000 Subject: Add codec G.722 support. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48661 f38db490-d61c-443f-a65b-d21fe96a405b --- 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