2018-01-18 11:19:46 +00:00
|
|
|
# pulseaudio
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> The PulseAudio sound system daemon and manager.
|
2021-05-31 13:05:19 +01:00
|
|
|
> More information: <https://www.freedesktop.org/wiki/Software/PulseAudio/>.
|
2018-01-18 11:19:46 +00:00
|
|
|
|
2021-08-15 18:59:09 +01: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 18:59:09 +01:00
|
|
|
- Start the PulseAudio daemon in the background:
|
2018-01-18 11:19:46 +00:00
|
|
|
|
|
|
|
`pulseaudio --start`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Kill the running PulseAudio daemon:
|
2018-01-18 11:19:46 +00:00
|
|
|
|
|
|
|
`pulseaudio --kill`
|
|
|
|
|
|
|
|
- List available modules:
|
|
|
|
|
|
|
|
`pulseaudio --dump-modules`
|
|
|
|
|
|
|
|
- Load a module into the currently running daemon with the specified arguments:
|
|
|
|
|
|
|
|
`pulseaudio --load="{{module_name}} {{arguments}}"`
|