rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
295 stars 23 forks source link

handle_adapter_text multiline #46

Open Shulyaka opened 1 year ago

Shulyaka commented 1 year ago

If a handler process returns multi-line text, then join the lines in the adapter instead of using the first line only. Fixes #34

Shulyaka commented 1 year ago

This is a temporary workaround until all tts programs and adapters support multi-line text, at which point it should be replaced with multi-line text output