Hi, I'm trying to run my vocal assitant, but I have a stt-stream-failed error, and ther's nothing I see in the logs that help me.
Initially I installed piper and whisper, and they were automatically discovered in home assistant. I hit configure and everything seemed fine, but when I was trying to use whisper it would say "stt-stream-failed".
The addons log : [10:50:11] INFO: Service exited with code 256 (by signal 9) INFO:__main__:Ready [10:50:50] INFO: Service exited with code 256 (by signal 9) INFO:__main__:Ready
The assistant logs :
data:
engine: stt.faster_whisper
metadata:
language: en
format: wav
codec: pcm
bit_rate: 16
sample_rate: 16000
channel: 1
timestamp: "2024-01-25T09:50:40.192152+00:00"
- type: stt-vad-start
data:
timestamp: 920
timestamp: "2024-01-25T09:50:42.009391+00:00"
- type: stt-vad-end
data:
timestamp: 1550
timestamp: "2024-01-25T09:50:43.308875+00:00"
- type: error
data:
code: stt-stream-failed
message: speech-to-text failed
timestamp: "2024-01-25T09:50:56.458646+00:00"
- type: run-end
data: null
times```
I read that I had to do **set a port** to configure piper and whisper to properly connect with the Wyoming Protocol. So I tried to add a device with **core-whisper **as host and **1300 **as network port, as set into the piper config. Even with the addon started, it says **"connection failed"** when trying to add the device.
I'm running **HAOS ** on **Raspberry PI 3B+**
Whisper config :
model: tiny-int8
language: en
beam_size: 1
I'd be really grateful with any help I can have, I've been stuck on that for a few days now
*feel free to ping me*