00001 /*! \file 00002 * \brief 8-bit raw data 00003 * 00004 * Source: g723.example 00005 * 00006 * Copyright (C) 1999-2005, Digium, Inc. 00007 * 00008 * Distributed under the terms of the GNU General Public License 00009 * 00010 */ 00011 00012 static unsigned char g723_slin_ex[] = { 00013 0x4c, 0x34, 0xc2, 0xd9, 0x81, 0x80, 0xa8, 0x50, 0xd7, 0x8d, 00014 0x8, 0x80, 0xf0, 0xb4, 0x40, 0x53, 0xe3, 0xe1, 0x63, 0x4e, 00015 0x1a, 0x37, 0xd6, 0x0037 };