Hello, all! I'm using Bookworm Pi OS and this new version uses 'pipewire-pulse' which is supposed to be a drop in replacement for pulse audio, so you can still use 'pactl', etc.
I'm editing /etc/pulse/default.pa and putting in some configurations, but that configuration is never used on startup. If I use pactl in terminal and set those commands there, they work.
What do I need to do to get pipewire to load the /etc/pulse/default.pa configuration?
Here are my commands below I can run in terminal. Essentially taking the 1/8" audio on Pi4 and summing stereo to mono left channel.
I'm editing /etc/pulse/default.pa and putting in some configurations, but that configuration is never used on startup. If I use pactl in terminal and set those commands there, they work.
What do I need to do to get pipewire to load the /etc/pulse/default.pa configuration?
Here are my commands below I can run in terminal. Essentially taking the 1/8" audio on Pi4 and summing stereo to mono left channel.
Code:
pactl load-module module-remap-sink sink_name=mono_left channels=2 master=alsa_output.platform-bcm2835_audio.stereo-fallback master_channel_map=front-left,front-right channel_map=mono,mono remix=nopactl set-default-sink mono_leftpactl set-sink-volume mono_left 86%
Statistics: Posted by scottn20 — Fri Aug 09, 2024 3:18 pm — Replies 0 — Views 28