Is there anyone else using the Jabra series 410 USB speaker/microphone? Just wondering what is the best configuration for Speech-to-Text and Text-to-Speech? Thanks in advance for any examples of your actual configuration data.
Finally found something last night, actually a Snips message on Github:
both ‘aplay -l’ and ‘arecord -l’ showed the device as
card 1: USB [Jabra SPEAK 410 USB], device 0: USB Audio [USB Audio]
So I added the device from the drop-down list that matched. Then I used ‘vi’ to edit the profile.json file and insure this same value was used in other audio device values.
"microphone": {
"alsa": {
"device": "dmix:CARD=USB,DEV=0"
},
"arecord": {
"device": "dmix:CARD=USB,DEV=0"
},
"sounds": {
"aplay": {
"device": "dmix:CARD=USB,DEV=0"
}
},
I setup a second Rhasspy client for upstairs today in less than three hours. I didn’t clone the first client, I setup the new client from scratch. Hardware is the same as the first, RPi 3B+ and Jabra 410 USB Speaker/Mic.