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
There's a couple of places where aplay is used and it's hard-coded to use hw:1,0.
Could you change that to just use aplay without specifying the device? That'd make it a bit more flexible with what hardware it could use. As in, I've got mine setup with a monitor attached via HDMI (which shows up as hw:0,0). That and in a setup that might use different speaker setups the output might be on any number of other device numbers.
It's possible in ~/.asoundrc to configure the default channels for alsa.
This also applies to the recording device.
Otherwise we have to wander down the rat hole of trying to cajole linux into supplying fixed device numbers. No good ever comes from that effort, especially not if ANYTHING is on a USB connection.
Abstract the code away from hard-coded devices, please?
The text was updated successfully, but these errors were encountered:
Hi, I'm currently setting up jasper, have you managed to set it up using HDMI + Monitor? And if yes can you give me a hint on how you achieved it?
also 👍 for diffrent audio-setups
yes, please elaborate more on choosing different audio-konfigurations for input/output.
a have the default image, and getting output from hdmi-monitor-speakers while taking input from mic of my plantronics-usb-headset. i would like to configure different audio-outputs and getting jasper to work with same audio-out which uses mpd on my raspberry. more info to audio-configurations would be a great help. What about a wiki?
There's a couple of places where aplay is used and it's hard-coded to use hw:1,0.
Could you change that to just use aplay without specifying the device? That'd make it a bit more flexible with what hardware it could use. As in, I've got mine setup with a monitor attached via HDMI (which shows up as hw:0,0). That and in a setup that might use different speaker setups the output might be on any number of other device numbers.
It's possible in ~/.asoundrc to configure the default channels for alsa.
This also applies to the recording device.
Otherwise we have to wander down the rat hole of trying to cajole linux into supplying fixed device numbers. No good ever comes from that effort, especially not if ANYTHING is on a USB connection.
Abstract the code away from hard-coded devices, please?
The text was updated successfully, but these errors were encountered: