Difference between revisions of "PulseAudio"
From Batchelor-s
Jump to navigationJump to search (Created page with "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...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | [[ALSA]], the API which handles all audio related tasks on the Raspberry Pi. | ||
+ | |||
+ | [[aplay -l]] | ||
+ | |||
+ | |||
+ | |||
sudo apt-get install pulseaudio pulseaudio-module-zeroconf avahi-daemon | sudo apt-get install pulseaudio pulseaudio-module-zeroconf avahi-daemon | ||
Latest revision as of 12:38, 11 July 2015
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
--