Friday, December 6, 2024

Running Raspberry Pi Audio through Webaudio

Reaper Runs with Jack, The Browser Runs with Pulseaudio.

The fix:


sudo apt install pavucontroll pulseaudio-module-jack

vim /etc/pulse/default.pa

to the end of the file add:


load-module module-jack-sink
load-module module-jack-source

No comments:

Post a Comment