Closed loteran closed 7 years ago
Have a look at https://github.com/alexylem/jarvis/issues/487#issuecomment-288997679 he has the same card as you, and looks like he's using the card name instead of the id in his .asoundrc. Nothing related to Jarvis but we are happy to help if we can 😄
Yes it work perfectly, thanks so much ;)
so, my .asoundrc is like this : (just add this after the last line
ctl.!default {
type hw card AK5371
}
$ sudo nano .asoundrc
pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "hw:0,0"
}
capture.pcm {
type plug
slave.pcm { type hw card AK5371 }
}
}
ctl.!default {
type hw card AK5371
}
Hi everyone and Thank's to all the team for the great job on openjarvis.
I'm on Debian Stretch(amd64) with KDE and I need to install jarvis on a Intel NUC5CPYH. I've compiled snowboy just hours ago and it works but not with my mic that I've bought on the advice of alexylem the Andoer Omni-Directional mic.
I've seen this issue who could solve my problems but jarvis never recognise sounds.
I've already try to change my .asound with but when I wanna save a wake world on snowboy by jarvis, the mic isn't recognised.
When I try to change the card and the subdevice in settings audio no change.
Thank you for your times.
Quentin D
Hi everyone, I post here because i've got a problem with the AK5371 USB microphone. I need it for use with jarvis, before i try with my logitech webcam and everything work perfectly, but i have to speak too near from the webcam for be heard.
I use a raspberry 3 with OSMC
osmc@osmc:~$ lsb_release -a
So i buy an USB micro AK5371 this one :
So i plug it and go in the settings of jarvis but no sound detect.
So i do :
$> cat /proc/asound/cards
and :
$> aplay -l
In .asoundrc, i was with hw1,0 (same than my webcam)
So i tried again jarvis and nothing change. So i check alsa mixer, choose the card and microphone, no problem, but when i try to record a wav for testing, nothing record ... i try to found some solutions but nothing work and i see you got the same microphone so i ask some help, because i can't believe is work on windows a
amixer
amixer -c 0
amixer -c 1
arecord -l
PS : the microphone work directly when i plug it in my computer (windows) and not on linux ;) Thanks for your help and sorry for my english, i'm french ^^
If you need other information, just tell me ;)
PS2: I found the Alsa script for information of my raspberry :