PulseAudio
From Batchelor-s
Jump to navigationJump to search
ALSA, the API which handles all audio related tasks on the Raspberry Pi.
sudo apt-get install pulseaudio pulseaudio-module-zeroconf avahi-daemon
sudo nano /etc/default/pulseaudio
sudo nano /etc/pulse/system.pa
load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.0/24
load-module module-zeroconf-publish
on your Linux PC, install paprefs.
sudo apt-get install paprefs
Run paprefs and under Network Access enable Make discoverable PulseAudio network sound devices available locally
Under Network Server enable Enable network access to local sound devices and tick both options
Under Multicas/RTP enable both options
--