summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:31:20 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:31:20 +0000
commit1ae6b9eac5994d851eff8dc014fb7aa5670b78c9 (patch)
tree63ea232ad6f9f6e46fce64aa6770fd0f3eebfaa9 /etc
parent5999fc8b9acfa9fb81e83d41439c673ac395ca9d (diff)
downloadmpv-1ae6b9eac5994d851eff8dc014fb7aa5670b78c9.tar.bz2
mpv-1ae6b9eac5994d851eff8dc014fb7aa5670b78c9.tar.xz
added voxware rt24 speech codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index dab20e0d92..904613d3d0 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -714,7 +714,6 @@ videocodec mss1
videocodec ucod
info "UCOD-ClearVideo"
status working
- comment "BGR16 is buggy"
fourcc UCOD
driver vfw
dll "clrviddd.dll"
@@ -1195,3 +1194,11 @@ audiocodec truespeech
format 0x22
driver acm
dll "tssoft32.acm"
+
+; rt32dcmp.dll needed too
+audiocodec voxwarert24
+ info "VoxWare RT24 speech codec"
+ status working
+ format 0x181c
+ driver acm
+ dll "nsrt2432.acm"