Skip to content
Snippets Groups Projects
ulaw_slin_ex.h 772 B
Newer Older
  • Learn to ignore specific revisions
  • /*! \file
     * \brief ulaw_slin_ex.h --
    
    Mark Spencer's avatar
    Mark Spencer committed
     *
     *	4-bit ADPCM data, 20 milliseconds worth at 8 kHz.
     *
     * Source: g723.example
     *
    
     * Copyright (C) 2001-2005, Digium Inc.
    
    Mark Spencer's avatar
    Mark Spencer committed
     *
     * Distributed under the terms of the GNU General Public License
     *
     */
    
    static unsigned char ulaw_slin_ex[] = {
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
    };