6 ms·
It's super awesome. Just wondering if it can simultaneously use play-command to play sample and in the same time render the next to eliminate pauses? Also wonde
by c6401 5y ago
It's super awesome. Just wondering if it can simultaneously use play-command to play sample and in the same time render the next to eliminate pauses? Also wondering if it can work through spd-say (speech dispatcher). I will probably be able to figure out both just checking in case if there are ready solutions.
- synesthesiam 5y agoThanks! Try the --raw-stream option for listening to long texts: https://github.com/rhasspy/larynx#long-texts https://github.com/rhasspy/larynx#long-texts For speech-dispatcher, I'd start a Larynx HTTP server and use curl to get audio. I have an undocumented --daemon flag that does something like this.
- c6401 5y agoThank you! Streaming output to aplay works pretty well for me.