Skip to content

Commit

Permalink
Fix TTS template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed May 24, 2024
1 parent 6fafd10 commit 8f57b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ffmpeg/virtual/virtual.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func GetInputTTS(src string) string {
return ""
}

input := `-re -f lavfi -i "flite=text='` + query.Get("text") + `'`
input := `-re -readrate_initial_burst 0.001 -f lavfi -i "flite=text='` + query.Get("text") + `'`

// ffmpeg -f lavfi -i flite=list_voices=1
// awb, kal, kal16, rms, slt
Expand Down

0 comments on commit 8f57b1a

Please sign in to comment.