-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speaker/Mic selection by Name instead of Id #496
Comments
I have doubts the card name will be enough.
|
You can add 'device [INT] and subdevice [INT]' after card if needed. Also, 'aplay' only displays the playback devices. It is not showing capture devices like dedicated usb microphone. Another disruptive example is my desktop... for this, it is not efficient at all, i have 3 screens... 0 [HDMI ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf0510000 irq 28 **** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 0/1
Subdevice #0: subdevice #0 The best of both world could be to:
|
Yes to list capture devices I already use |
Hi everyone, I use a raspberry 3 with OSMC
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 :
and :
In .asoundrc, i was with hw1,0 (same than my webcam)
So i tried again jarvis and nothing change.
PS : the microphone work directly when i plug it in my computer (windows) and not on linux ;) If you need other information, just tell me ;) PS2: I found the Alsa script for information of my raspberry :
|
Change selection of Speaker/Mic during Installation / Settings to pick from Name instead of manually typing the card & decide Ids.
Thanks to @guillaumef
You can get the name here:
$> cat /proc/asound/cards 0 [HDMI ]: HDA-Intel - HDA Intel HDMI HDA Intel HDMI at 0xaa134000 irq 48 1 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xaa130000 irq 46 3 [AK5371 ]: USB-Audio - AK5371 AKM AK5371 at usb-0000:00:14.0-4.1.2, full speed
**~/.asoundrc **
The text was updated successfully, but these errors were encountered: