diff etc/codecs.conf @ 30512:f287fc198666

add netspeak versions of truespeech and gsm audio codecs to codecs.conf
author compn
date Sat, 13 Feb 2010 17:39:34 +0000
parents e68460fb7693
children ee0b9c3bbf29
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Feb 13 16:59:42 2010 +0000
+++ b/etc/codecs.conf	Sat Feb 13 17:39:34 2010 +0000
@@ -4136,6 +4136,7 @@
   format 0x31
   format 0x32
   format 0x204D5347
+  format 0x1500
   fourcc agsm
   driver msgsm
 
@@ -4455,6 +4456,7 @@
   info "FFmpeg TrueSpeech"
   status working
   format 0x22
+  format 0x1501
   driver ffmpeg
   dll "truespeech"
 
@@ -4465,6 +4467,20 @@
   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"