#Home Assistant + whisper -> Error while using the voice agent

1 messages · Page 1 of 1 (latest)

echo sparrow
#

I have some trouble with running faster-whisper and Home Assistant. For testing I setup a faster-whisper container on my Raspberry Pi 4 by running:

docker run -it -p 10300:10300 -v ./data:/data rhasspy/wyoming-whisper --model tiny-int8 --language en

Then I add it via Wyoming integration (wasn´t recognized automatically) and I setup a voice agent. But sending commands via voice results in an error message.

Does someone knows how to fix it?

warm comet
echo sparrow
echo sparrow
warm comet
#

what are you using as the voice assistant? as in: what are you speaking into?

echo sparrow
warm comet
#

have you selected the correct pipeline in the app that has been set up to use whisper? (and i assume piper?)

echo sparrow
warm comet
#

if you dont have a complete pipeline then it will fail

#

if you dont have tts set up then its incomplete

echo sparrow
warm comet
#

microphone input -> STT -> processing -> TTS -> responce output

echo sparrow
#

Interesting - Good catch

#

Now I get "No text recognized"

#

But it´s working 😄