mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-17 05:41:21 +08:00
Update ffmpeg pkg for reading files and parsing ffmpeg version
This commit is contained in:
@@ -67,7 +67,7 @@ func GetInputTTS(src string) string {
|
||||
return ""
|
||||
}
|
||||
|
||||
input := `-re -readrate_initial_burst 0.001 -f lavfi -i "flite=text='` + query.Get("text") + `'`
|
||||
input := `-re -f lavfi -i "flite=text='` + query.Get("text") + `'`
|
||||
|
||||
// ffmpeg -f lavfi -i flite=list_voices=1
|
||||
// awb, kal, kal16, rms, slt
|
||||
|
Reference in New Issue
Block a user