Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to skip TTS playback #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daytonturner
Copy link

@daytonturner daytonturner commented Oct 2, 2024

In my environment, I am using an rpi satellite with usb speaker + mic, and have external (sonos) speakers throughout the house. I wanted my satellite to play awake/done sounds using the locally attached speaker, but have the option to omit the TTS playback from the local speaker, and instead use the synthesize command to have the Sonos speakers announce the TTS response.

There was no way to do this previously, so i added optional support for it, which defaults to off, so as not to confuse anyone or break any existing implementations.

Adding --snd-tts-skip-playback True to the command line arguments will ensure all action sound effects play on the local speaker, but TTS playback will not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant