summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-13 17:39:34 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-13 17:39:34 +0000
commit833a4e427db532f244055acad54620057a824b18 (patch)
tree12a09fac04aec90c8523372c8493fee696d7a7a3 /etc
parent134e9685a2616e1fc0543a5b07ad7fc536c066b9 (diff)
downloadmpv-833a4e427db532f244055acad54620057a824b18.tar.bz2
mpv-833a4e427db532f244055acad54620057a824b18.tar.xz
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30554 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index ad1bbcca9a..bbdc753be4 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -4136,6 +4136,7 @@ audiocodec msgsm
format 0x31
format 0x32
format 0x204D5347
+ format 0x1500
fourcc agsm
driver msgsm
@@ -4455,6 +4456,7 @@ audiocodec fftruespeech
info "FFmpeg TrueSpeech"
status working
format 0x22
+ format 0x1501
driver ffmpeg
dll "truespeech"
@@ -4465,6 +4467,20 @@ audiocodec truespeech
driver acm
dll "tssoft32.acm" ; need also tsd32.dll
+audiocodec netspeakgsm
+ info "NetSpeak GSM"
+ status working
+ format 0x1500
+ driver acm
+ dll "nsgsm32.acm"
+
+audiocodec netspeakts
+ info "NetSpeak TrueSpeech"
+ status working
+ format 0x1501
+ driver acm
+ dll "nstsp32.acm"
+
; rt32dcmp.dll needed too
audiocodec voxwarert24
info "VoxWare RT24 speech codec"