Remove debug output.
[asterisk-bristuff.git] / codecs / adpcm_slin_ex.h
blobc3f86c72d09a2558494fcc06579063950c496aab
1 /*! \file
2 * adpcm_slin_ex.h --
4 * \brief 4-bit ADPCM data, 20 milliseconds worth at 8 kHz.
6 * Source: g723.example
8 * Copyright (C) 2001-2005, Digium, Inc.
10 * Distributed under the terms of the GNU General Public License
14 static unsigned char adpcm_slin_ex[] = {
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
19 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
20 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
22 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
23 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
24 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00