|
--stream Stream audio instead of saving to file |
The --stream option is playing the audio. Personally, I would expect an option named this way to stream the audio data, so I could use my own player, like this:
kokoro-tts in.txt --stream | ffplay -nodisp -autoexit -nostats -
kokoro-tts/kokoro_tts/__init__.py
Line 159 in 57ab828
The
--streamoption is playing the audio. Personally, I would expect an option named this way to stream the audio data, so I could use my own player, like this:kokoro-tts in.txt --stream | ffplay -nodisp -autoexit -nostats -