| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

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