git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-06 15:09:47 +00:00
parent 75c812f26d
commit 31a804b97c
147 changed files with 1164 additions and 710 deletions

View File

@@ -20,6 +20,7 @@
*
* \brief codec_a_mu.c - translate between alaw and ulaw directly
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -24,6 +24,7 @@
*
* \brief codec_adpcm.c - translate between signed linear and Dialogic ADPCM
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -20,6 +20,7 @@
*
* \brief codec_alaw.c - translate between signed linear and alaw
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -24,6 +24,7 @@
*
* \brief Translate between signed linear and G.723.1
*
* \ingroup codecs
*/
#define TYPE_HIGH 0x0

View File

@@ -24,6 +24,7 @@
*
* \brief codec_g726.c - translate between signed linear and ITU G.726-32kbps
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -23,6 +23,7 @@
*
* \brief Translate between signed linear and Global System for Mobile Communications (GSM)
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -22,6 +22,7 @@
*
* \brief Translate between signed linear and Internet Low Bitrate Codec
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -24,6 +24,7 @@
*
* \brief Translate between signed linear and LPC10 (Linear Predictor Code)
*
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -24,6 +24,7 @@
* http://www.speex.org
* \note This work was motivated by Jeremy McNamara
* hacked to be configurable by anthm and bkw 9/28/2004
* \ingroup codecs
*/
#include <fcntl.h>

View File

@@ -20,6 +20,7 @@
*
* \brief codec_ulaw.c - translate between signed linear and ulaw
*
* \ingroup codecs
*/
#include <fcntl.h>