mirror of https://github.com/mpv-player/mpv
added voxware rt24 speech codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5754 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5999fc8b9a
commit
1ae6b9eac5
|
@ -714,7 +714,6 @@ videocodec mss1
|
||||||
videocodec ucod
|
videocodec ucod
|
||||||
info "UCOD-ClearVideo"
|
info "UCOD-ClearVideo"
|
||||||
status working
|
status working
|
||||||
comment "BGR16 is buggy"
|
|
||||||
fourcc UCOD
|
fourcc UCOD
|
||||||
driver vfw
|
driver vfw
|
||||||
dll "clrviddd.dll"
|
dll "clrviddd.dll"
|
||||||
|
@ -1195,3 +1194,11 @@ audiocodec truespeech
|
||||||
format 0x22
|
format 0x22
|
||||||
driver acm
|
driver acm
|
||||||
dll "tssoft32.acm"
|
dll "tssoft32.acm"
|
||||||
|
|
||||||
|
; rt32dcmp.dll needed too
|
||||||
|
audiocodec voxwarert24
|
||||||
|
info "VoxWare RT24 speech codec"
|
||||||
|
status working
|
||||||
|
format 0x181c
|
||||||
|
driver acm
|
||||||
|
dll "nsrt2432.acm"
|
||||||
|
|
Loading…
Reference in New Issue