You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm setting up my own Wyoming Satellite but run into an issue with Jabra 410 (and Raspberry Pi Zero 2W):
My wake word ("Alexa" for testing purposes) is waking up the device, but no commands are recognized, and the service is just timing out.
When I run the test recording with:
Hello! I'm setting up my own Wyoming Satellite but run into an issue with Jabra 410 (and Raspberry Pi Zero 2W):
My wake word ("Alexa" for testing purposes) is waking up the device, but no commands are recognized, and the service is just timing out.
When I run the test recording with:
arecord -D plughw:CARD=USB,DEV=0 -r 16000 -c 1 -f S16_LE -t wav -d 5 test.wav
And play it back with
aplay -D plughw:CARD=USB,DEV=0 -r 22050 -c 1 test.wav
My voice is extremely high-pitched and speeds up, probably causing a speech-to-text failure.
My configuration is:
To my knowledge Jabra 410 is a quite popular choice, maybe someone ran into a similar issue and can share their working configuration with me?
I would really appreciate it :)
The text was updated successfully, but these errors were encountered: