Forrest logo
back to context overview

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 --check
    try on your machine
    explain this command
  • pulseaudio:tldr:2d1fb pulseaudio: Kill the running PulseAudio daemon.
    $ pulseaudio --kill
    try on your machine
    explain this command
  • pulseaudio:tldr:32e84 pulseaudio: Start the PulseAudio daemon in the background.
    $ pulseaudio --start
    try on your machine
    explain 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 machine
    explain this command
  • pulseaudio:tldr:fce02 pulseaudio: List available modules.
    $ pulseaudio --dump-modules
    try on your machine
    explain this command
back to context overview