aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ulaw_slin_ex.h
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-17 21:35:23 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-17 21:35:23 +0000
commitba0313e902c8570c0f164892b591197ddc91b4c0 (patch)
treec905fae44bb51b0871baf6bea17f10d715963052 /codecs/ulaw_slin_ex.h
parent236e62078c388457c14a6bbc1c007b1c83a3edd7 (diff)
Merge codec_consistency branch. This should make sample usage much happier.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@150729 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/ulaw_slin_ex.h')
-rw-r--r--codecs/ulaw_slin_ex.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/codecs/ulaw_slin_ex.h b/codecs/ulaw_slin_ex.h
deleted file mode 100644
index a12556824..000000000
--- a/codecs/ulaw_slin_ex.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*! \file
- * \brief ulaw_slin_ex.h --
- *
- * 4-bit ADPCM data, 20 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 unsigned char ulaw_slin_ex[] = {
- 0x00, 0x03, 0x06, 0x09, 0x0c, 0x0f, 0x12, 0x15,
- 0x10, 0x18, 0x1b, 0x1e, 0x21, 0x24, 0x27, 0x2a,
- 0x20, 0x2d, 0x30, 0x33, 0x36, 0x39, 0x3c, 0x3f,
- 0x30, 0x42, 0x45, 0x48, 0x4b, 0x4e, 0x51, 0x54,
- 0x40, 0x57, 0x5a, 0x5d, 0x60, 0x63, 0x66, 0x69,
- 0x50, 0x6c, 0x6f, 0x72, 0x75, 0x78, 0x7b, 0x7e,
- 0x60, 0x81, 0x84, 0x87, 0x8a, 0x8d, 0x90, 0x93,
- 0x70, 0x96, 0x99, 0x9c, 0x9f, 0xa2, 0xa5, 0xa8,
- 0x80, 0xab, 0xae, 0xb1, 0xb4, 0xb7, 0xba, 0xbd,
- 0x90, 0xc0, 0xc3, 0xc6, 0xc9, 0xcc, 0xcf, 0xd2
-};