Outils pour utilisateurs

Outils du site


tech:notes_pulseaudio

Notes PulseAudio

Voir :

PulseAudio va être remplacé par PipeWire

Install contrôle du volume pour PulseAudio

sudo apt-get install pavucontrol
/usr/bin/pavucontrol
 
# Ou
 
sudo apt-get install pavucontrol-qt
/usr/bin/pavucontrol-qt

Install PulseAudio Preferences

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
# 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

tech/notes_pulseaudio.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki