Asterisk - The Open Source Telephony Project GIT-master-7e7a603
codecs Directory Reference
Directory dependency graph for codecs:
codecs

Directories

directory  g722
 
directory  gsm
 
directory  ilbc
 
directory  lpc10
 
directory  speex
 

Files

file  codec_a_mu.c [code]
 codec_a_mu.c - translate between alaw and ulaw directly
 
file  codec_adpcm.c [code]
 codec_adpcm.c - translate between signed linear and Dialogic ADPCM
 
file  codec_alaw.c [code]
 codec_alaw.c - translate between signed linear and alaw
 
file  codec_codec2.c [code]
 Translate between signed linear and Codec 2.
 
file  codec_dahdi.c [code]
 Translate between various formats natively through DAHDI transcoding.
 
file  codec_g722.c [code]
 codec_g722.c - translate between signed linear and ITU G.722-64kbps
 
file  codec_g726.c [code]
 codec_g726.c - translate between signed linear and ITU G.726-32kbps (both RFC3551 and AAL2 codeword packing)
 
file  codec_gsm.c [code]
 Translate between signed linear and Global System for Mobile Communications (GSM)
 
file  codec_ilbc.c [code]
 Translate between signed linear and Internet Low Bitrate Codec.
 
file  codec_lpc10.c [code]
 Translate between signed linear and LPC10 (Linear Predictor Code)
 
file  codec_resample.c [code]
 Resample slinear audio.
 
file  codec_speex.c [code]
 Translate between signed linear and Speex (Open Codec)
 
file  codec_ulaw.c [code]
 codec_ulaw.c - translate between signed linear and ulaw
 
file  ex_adpcm.h [code]
 4-bit ADPCM data
 
file  ex_alaw.h [code]
 8-bit data
 
file  ex_codec2.h [code]
 8-bit raw data
 
file  ex_g722.h [code]
 8-bit data
 
file  ex_g726.h [code]
 4-bit G.726 data
 
file  ex_gsm.h [code]
 8-bit raw data
 
file  ex_ilbc.h [code]
 Raw 8-bit data.
 
file  ex_lpc10.h [code]
 Copyright (C) 2008, Digium, Inc.
 
file  ex_speex.h [code]
 Random Data.
 
file  ex_ulaw.h [code]
 8-bit data
 
file  log2comp.h [code]
 log2comp.h - various base 2 log computation versions