You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to switch voices in terminal.
Eg. By default, my settings use english but sometimes I need the german voice aswell.
spd-say -o piper -l de-DE "Hallo alle zusammen"
My code should work, but it doesn't, as the speech dispatcher uses the configuration in ~/.config/speech-dispatcher/piper.conf
I could save both voice configurations (en & de settings) separately and rewrite the default piper.conf through a shell script, still i'd like to hear your opinion first. Maybe Pied offers other features I am not aware of.
The text was updated successfully, but these errors were encountered:
I'm planning a bit of a rewrite of the way Pied handles the configuration, which will allow for switching voices without further modifying the configuration, but at the moment it's not possible I'm afraid.
Pied looks and works great, plus it's easy to use - just some configurations need tweaking for a more flexible integration with Piper and the speech dispatcher.
For this purpose, please consider reading these two links:
I want to be able to switch voices in terminal.
Eg. By default, my settings use english but sometimes I need the german voice aswell.
My code should work, but it doesn't, as the
speech dispatcher
uses the configuration in~/.config/speech-dispatcher/piper.conf
I could save both voice configurations (en & de settings) separately and rewrite the default
piper.conf
through a shell script, still i'd like to hear your opinion first. Maybe Pied offers other features I am not aware of.The text was updated successfully, but these errors were encountered: