diff options
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 105a1a8a1b..c652653658 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3181,9 +3181,19 @@ audiocodec vorbis format 0x566F driver libvorbis dll "libvorbis" -; acm codec doesn't work, haven't tried zorannt dshow codec -; driver acm -; dll "vorbis.acm" + +audiocodec vorbisacm + info "OggVorbis ACM" + status working + comment "OggVorbis driver using vorbis.acm" + format 0x674F ; mode1 + format 0x6750 ; mode2 +; format 0x6751 ; mode3 + format 0x676F ; mode1+ + format 0x6770 ; mode2+ + format 0x6771 ; mode3+ + driver acm + dll "vorbis.acm" audiocodec speex info "Speex Audio Decoder" |