# HG changeset patch # User reimar # Date 1278748626 0 # Node ID dd1dc0ff5283e21d3f2d7b94535923bcc2e758c5 # Parent ef92321146a1a9b9e760b71e1b721098466ac560 Add/fix GSM audio decoding through FFmpeg. diff -r ef92321146a1 -r dd1dc0ff5283 etc/codecs.conf --- a/etc/codecs.conf Sat Jul 10 07:25:44 2010 +0000 +++ b/etc/codecs.conf Sat Jul 10 07:57:06 2010 +0000 @@ -4283,14 +4283,36 @@ driver acm dll "imaadp32.acm" +audiocodec ffgsm + info "FFmpeg GSM 06.10" + status working + format 0x204D5347 + format 0x1500 + fourcc agsm + driver ffmpeg + dll "gsm" + +audiocodec ffgsmms + info "FFmpeg MS GSM" + status working + format 0x31 + format 0x32 + driver ffmpeg + dll "gsm_ms" + +audiocodec libgsm + info "libgsm GSM 06.10" + status working + format 0x204D5347 + format 0x1500 + driver ffmpeg + dll "libgsm" + audiocodec libgsmms info "libgsm MS GSM" status working format 0x31 format 0x32 - format 0x204D5347 - format 0x1500 - fourcc agsm driver ffmpeg dll "libgsm_ms"