"Peter P." <peterparker-97jfqw80gc5Wk0Htik3J/w@email-addr-hidden> writes:
> Hi Robin, dear list,
>
> I am taking up this old thread from more than a year ago. I am wondering
> what the status of html5 audio through jack in the firefox browser is on
> Linux?
What's wrong with running pulseaudio for a desktop application like
jack? Incidentally, I use my own "pulsejack" script for optionally
starting jackd with given options or make an existing jackd connect to
pulseaudio.
Here it is:
#/bin/sh
if [ $# -gt 1 ]
then
killall jackd 2> /dev/null && sleep 2
jackd "$@" & sleep 2
fi
pactl load-module module-jack-sink channels=2
pactl load-module module-jack-source channels=2
pacmd set-default-sink jack_out
pacmd set-default-source jack_in
-- David Kastrup
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Nov 1 20:15:01 2017
This archive was generated by hypermail 2.1.8 : Wed Nov 01 2017 - 20:15:01 EET