commands.sh

pulseaudio

linux

The PulseAudio sound system daemon and manager.

More info →

Options (2)

-k, --killboolean

Kill the running PulseAudio daemon

Example: pulseaudio {{[-k|--kill]}}
-L, --loadboolean

Load a module into the currently running daemon with the specified arguments

Example: pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"

Examples (5)

Check if PulseAudio is running (a non-zero exit code means it is not running)

pulseaudio --check

Start the PulseAudio daemon in the background

pulseaudio --start

Kill the running PulseAudio daemon

pulseaudio [-k|--kill]

List available modules

pulseaudio --dump-modules

Load a module into the currently running daemon with the specified arguments

pulseaudio [-L|--load] "module_name arguments"
made by @shridhargupta | data from tldr-pages