Docker - Multiple Voices?
Is it possible to configure the docker image for multiple voices?
I have tried adding more than one --voice in the docker run command, but it only seems to respect the last one.
I have also tried comma and semicolon separated lists, which result in errors.
Thanks
Not yet, but this is planned.
@synesthesiam Would the plan allow for multiple voice selection within the Home Assistant Add-On with non-Docker installs?
I need to figure out a good way for this to work. Some voice models also contain multiple speakers, for example the LibriTTS voice has 900! This will quickly become unmanageable in the UI with drop-downs or checkboxes.
Can the language field of the tts action be used to select a matching voice if the docker image did allow multiple languages?
Unintentionally got halfway there trying to answer my own question. If you redeploy the docker container with another language, it will download the new one (And assuming you've persisted the volume where) side by side to the first one.
Using developer tools, action tts.speak, specify the language and it will at least switch. Mine are just reversed. More debugging.