aaronchantrill
aaronchantrill
The Raspberry Pi does not have a built in microphone (this always seemed like an odd design choice), so you need to use some kind of USB microphone. This could...
Cool, thank you. I think the issue is probably the active listening. I almost always use passive listening myself. I'm testing now.
Which VAD and STT are you using? For VAD it should be either webrtc_vad or snr_vad. I usually use webrtc_vad. Are you using the snr_vad? Just trying to figure out...
@aczire I've tried a bunch of stuff and have not been able to reproduce this situation so far. In naomi/mic_asynchronous.py, can you replace the `except IndexError:` line (line 110) with...
It sounds like you were able to get past this. Could you let me know what finally worked for you? Thanks!
Thank you. I will switch to SNR_VAD and see if I can track down the issue.
Okay, I'm using SNR_VAD with active listening (meaning that you have to say Naomi's wake word and get a response before giving a request) plus the asynchronous mic (Naomi should...
Here's the profile I currently having running on my Raspberry Pi 5: [profile.yml.txt](https://github.com/user-attachments/files/18550652/profile.yml.txt) I have a few extra plugins from the Naomi Plugin Exchange, but they should not be affecting...
I tried it out. The profile you sent also has passive listening enabled and is using webrtc_vad, so I tried reversing both of those to passive listening disabled and snr_vad...
I was not able to replicate the issue. At this point I am moving to a completely different front end, so not planning to fix this.