Mon Mar 20 08:20:14 2006

Asterisk developer's documentation


Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ulaw_slin_ex.h

Go to the documentation of this file.
00001 /*! \file
00002  * \brief ulaw_slin_ex.h --
00003  *
00004  * 4-bit ADPCM data, 20 milliseconds worth at 8 kHz.
00005  *
00006  * Source: g723.example
00007  *
00008  * Copyright (C) 2001-2005, Digium Inc.
00009  *
00010  * Distributed under the terms of the GNU General Public License
00011  *
00012  */
00013 
00014 static unsigned char ulaw_slin_ex[] = {
00015    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00016    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00017    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00018    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00019    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00020    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00021    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00022    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00023    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
00024    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
00025 };

Generated on Mon Mar 20 08:20:14 2006 for Asterisk - the Open Source PBX by  doxygen 1.3.9.1