Skip to content

OVOS dated today: the blebop after I say Hey Mcroft #224

Closed Answered by goldyfruit
geetee24 asked this question in Q&A
Discussion options

You must be logged in to vote

Default TTS will be Piper provided by the OVOS TTS public servers: https://github.com/OpenVoiceOS/status

I think on RaspOVOS, the path to the file is ~/.venvs/ovos/lib/python3.11/site-packages/ovos_audio/res/snd/start_listening.wav.

RaspOVOS still use PulseAudio so you will have to set play_wav_cmdline and play_mp3_cmdline in your mycroft.conf to paplay with the --volume argument (0 = mute, 65536 = 100%)

https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L59-L64

  "play_wav_cmdline": "paplay --volume 65536 %1 ",
  "play_mp3_cmdline": "paplay --volume 65536 %1",

This will set the volume as 100%.

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@geetee24
Comment options

@geetee24
Comment options

@JarbasAl
Comment options

@geetee24
Comment options

@JarbasAl
Comment options

Answer selected by JarbasAl
Comment options

You must be logged in to vote
1 reply
@goldyfruit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants