
pulseaudio
List of commands for pulseaudio:
-
pulseaudio:tldr:2bd39 pulseaudio: Check if PulseAudio is running (a non-zero exit code means it is not running).$ pulseaudio --checktry on your machineexplain this command
-
pulseaudio:tldr:2d1fb pulseaudio: Kill the running PulseAudio daemon.$ pulseaudio --killtry on your machineexplain this command
-
pulseaudio:tldr:32e84 pulseaudio: Start the PulseAudio daemon in the background.$ pulseaudio --starttry on your machineexplain this command
-
pulseaudio:tldr:af33a pulseaudio: Load a module into the currently running daemon with the specified arguments.$ pulseaudio --load="${module_name} ${arguments}"try on your machineexplain this command
-
pulseaudio:tldr:fce02 pulseaudio: List available modules.$ pulseaudio --dump-modulestry on your machineexplain this command