2018-01-18 11:19:46 +00:00
|
|
|
# pulseaudio
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
> The PulseAudio sound system daemon and manager.
|
2025-04-27 10:57:41 +03:00
|
|
|
> More information: <https://manned.org/pulseaudio>.
|
2018-01-18 11:19:46 +00:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Check if PulseAudio is running (a non-zero exit code means it is not running):
|
2018-01-18 11:19:46 +00:00
|
|
|
|
|
|
|
`pulseaudio --check`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Start the PulseAudio daemon in the background:
|
2018-01-18 11:19:46 +00:00
|
|
|
|
|
|
|
`pulseaudio --start`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Kill the running PulseAudio daemon:
|
2018-01-18 11:19:46 +00:00
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`pulseaudio {{[-k|--kill]}}`
|
2018-01-18 11:19:46 +00:00
|
|
|
|
|
|
|
- List available modules:
|
|
|
|
|
|
|
|
`pulseaudio --dump-modules`
|
|
|
|
|
|
|
|
- Load a module into the currently running daemon with the specified arguments:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"`
|