Michael Hansen
Michael Hansen
Do you have the `build-essential` package installed? This is coming from the Google Speech/TTS requirements, so you can delete those from `requirements.txt` if you don't need them.
This would be perfect for toggling intents on and off. Rhasspy does this in the NLU system, but the ASR can still listen for invalid intents. With active grammars, we...
Hi @luca-angemi, thanks for letting me know. This is inside [the code that converts numbers to words](https://github.com/rhasspy/unicode-rbnf). Based on the error, I'm guessing you have a Spanish pipeline. What numbers...
Thanks @luca-angemi! I figured out the issue -- the error will go away when I upgrade the library :+1:
@Shulyaka I think there's more work to be done with this PR, but I want to make sure I understand the flow of things correctly. To start, I see that...
> You said that setting a media player volume is between 0 and 1. Can we make sure that at least by voice it's between 0 and 100? Saying something...
@Didgeridrew What language code were you using for the custom sentences?
Unexpected error during wake-word-detection (await self.wake_word_entity.async_process_audio_stream)
The upcoming 2024.2 version of HA will upgrade to Wyoming 1.5.2, so we'll keep an eye out to make sure this issue gets resolved.
Can confirm this issue on a development install (`2023.8`) with Python 3.11.3. The reported fix works: `pip install git+https://github.com/boto/botocore`
May be fixed with this PR on the `voip-utils` library: https://github.com/home-assistant-libs/voip-utils/pull/4