{{tag>Brouillon Audio}} # Notes PulseAudio Voir : * ** https://github.com/mikeroyal/PipeWire-Guide * [[son-alsa|ALSA]] ** PulseAudio va être remplacé par [PipeWire](https://fr.wikipedia.org/wiki/PipeWire) ** Install contrôle du volume pour PulseAudio ~~~bash sudo apt-get install pavucontrol /usr/bin/pavucontrol # Ou sudo apt-get install pavucontrol-qt /usr/bin/pavucontrol-qt ~~~ Install PulseAudio Preferences ~~~bash sudo apt-get install paprefs ~~~ Launch PulseAudio Preferences, go to the *"Network Server"* tab, and check the *"Enable network access to local sound devices"* and *"Don't require authentication"* checkboxes and restart PulseAudio ~~~ Enable network server to local sound devices Allow other machine on the LAN to discover local sound devices Don't require authentication ~~~ ~~~bash # Normalement plus utilisé #sudo service pulseaudio restart #Kill # Normalement il redémarre automatiquement pulseaudio -k #Si Pulse ne redémarre pas automatiquement pulseaudio --start ~~~ ~~~ jean@portable:~$ ps -ef | grep pulseaudio jean 12028 1 3 10:47 ? 00:21:23 /usr/bin/pulseaudio --start --log-target=syslog jean@portable:~$ pulseaudio -k jean@portable:~$ ps -ef | grep pulseaudio jean 27841 1 8 20:28 ? 00:00:00 /usr/bin/pulseaudio --start --log-target=syslog ~~~ ## Serveur de son Voir : * https://wiki.archlinux.org/index.php/PulseAudio/Examples * https://colin.guthr.ie/2009/08/sound-on-linux-is-confusing-defuzzing-part-2-pulseaudio/ * https://blog.nekoconeko.nl/blog/2012/03/03/pulseaudio-over-network.html * https://superuser.com/questions/432894/pipe-system-sound-to-another-computer * https://unix.stackexchange.com/questions/470961/how-to-set-up-pulseaudio-remote-properly-and-securely ~~~bash xprop -root | grep PULSE ~~~