You are not logged in.
Pages: 1
Hello everyone.
Simple question, is the «alsa_out» command/feature removed in Excalibur?
Cheers,
Olav
Offline
Try using https://pkginfo.devuan.org though with the (too subtile?) "File:" search variant.
(There is a hint about that on its fromt page.)
Offline
Thanks for answering.
I think I understood, hence the search wasn't exactly too sublime.
I'm trying too have browsers use JACK as sound-server, this, using alsa_out, was one approach I was exploring.
Offline
I've used this in the past as /etc/asoundrc to get firefox to use jack. Haven't tried it lately.
pcm.!default {
type plug
slave { pcm "jack" }
}
pcm.jack {
type jack
playback_ports {
0 system:playback_1
1 system:playback_2
}
capture_ports {
0 system:capture_1
1 system:capture_2
}
}
ctl.mixer0 {
type hw
card 0
}Offline
Thank you!
I will look into that.
I have 'fumbled around' «.asoundrc» quite a bit earlier, and I have absolutely not comprehended it all.
Thanks,
Olav
PS
Browser are but one thing, I need to reassure the functionality as a whole ![]()
Last edited by F_Sauce (Today 19:24:34)
Offline
Pages: 1