[MPlayer-cvslog] r28117 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Tue Dec 9 03:46:28 CET 2008


Author: compn
Date: Tue Dec  9 03:46:28 2008
New Revision: 28117

Log:
add binary voxware metavoice audio codec, format 0x74
works on http://www.hfhrpol.waw.pl/Tybet/multimedia/MaoMacha.asx


Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Tue Dec  9 03:46:28 2008
@@ -3549,6 +3549,15 @@ audiocodec ffadcpmswf
   driver ffmpeg
   dll "adpcm_swf"
 
+audiocodec voxvoice
+  info "VoxWare MetaVoice"
+  status working
+  comment "windows users need msms001.vwp and mvoice.vwp in windows\\system32 folder"
+  format 0x74
+  driver dshow
+  dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp
+  guid 0x46e32b01, 0xa465, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
+
 audiocodec voxware
   info "VoxWare"
   status working



More information about the MPlayer-cvslog mailing list