- -- - - - - - - - - - - - - - - - - - TrB.jpg Margaret.png Jkb.jpg JoeD.jpg Edbatchelor.jpg JimB.png DAD-TINT.JPG C03515.jpg

Difference between revisions of "PulseAudio"

From Batchelor-s
Jump to navigationJump to search
Line 1: Line 1:
 
aplay -l
 
aplay -l
 +
 +
ALSA, the API which handles all audio related tasks on the Raspberry Pi.
 +
  
  

Revision as of 13:37, 11 July 2015

aplay -l

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


--