2025-03-14 21:59:59 -06:00
|
|
|
# pulseaudio
|
|
|
|
|
|
|
|
|
|
> The PulseAudio sound system daemon and manager.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/pulseaudio>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pulseaudio {{[-k|--kill]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List available modules:
|
|
|
|
|
|
|
|
|
|
`pulseaudio --dump-modules`
|
|
|
|
|
|
|
|
|
|
- Load a module into the currently running daemon with the specified arguments:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"`
|