# HG changeset patch # User rtognimp # Date 1095285501 0 # Node ID dab72e81d849bcf01dcd3f2275543069d8bb119c # Parent 2bfd09c32fba6b13f3ea44572d4c3056e3411be8 Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs via windows binary dll diff -r 2bfd09c32fba -r dab72e81d849 etc/codecs.conf --- a/etc/codecs.conf Wed Sep 15 16:01:34 2004 +0000 +++ b/etc/codecs.conf Wed Sep 15 21:58:21 2004 +0000 @@ -2279,6 +2279,20 @@ driver acm dll "iac25_32.ax" +audiocodec ctadp32 + info "Creative ADPCM CODEC" + status working + format 0x200 + driver acm + dll "ctadp32.acm" + +audiocodec sc4 + info "SC4 : Micronas speech codec (ADPCM, MPman recording)" + status working + format 0x350 + driver acm + dll "mi-sc4.acm" + audiocodec hwac3 info "AC3 through SPDIF" status working