From d77795cc390a744c17501f0cdae680d1b032b4b5 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Wed, 15 Sep 2004 21:58:21 +0000 Subject: [PATCH] Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs via windows binary dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13351 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/codecs.conf b/etc/codecs.conf index 2ed97fcd86..6add2d2673 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2279,6 +2279,20 @@ audiocodec iac25 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