Subcommands (1)
Options (2)
-k, --killbooleanKill the running PulseAudio daemon
Example:
pulseaudio {{[-k|--kill]}}-L, --loadbooleanLoad 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 --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"made by @shridhargupta | data from tldr-pages