snippetbashTip
pulseaudio — The PulseAudio sound system daemon and manager. More information: <https://manned.org/pulseaudio>.
Viewed 0 times
soundthepulseaudiocommanddaemonclisystem
linux
Problem
How to use the
pulseaudio command: The PulseAudio sound system daemon and manager. More information: <https://manned.org/pulseaudio>.Solution
pulseaudio — The PulseAudio sound system daemon and manager. More information: <https://manned.org/pulseaudio>.Check if PulseAudio is running (a non-zero exit code means it is not running):
pulseaudio --checkStart the PulseAudio daemon in the background:
pulseaudio --startKill the running PulseAudio daemon:
pulseaudio {{[-k|--kill]}}List available modules:
pulseaudio --dump-modulesLoad a module into the currently running daemon with the specified arguments:
pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"Code Snippets
Check if PulseAudio is running (a non-zero exit code means it is not running)
pulseaudio --checkStart the PulseAudio daemon in the background
pulseaudio --startKill the running PulseAudio daemon
pulseaudio {{[-k|--kill]}}List available modules
pulseaudio --dump-modulesLoad a module into the currently running daemon with the specified arguments
pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"Context
tldr-pages: linux/pulseaudio
Revisions (0)
No revisions yet.