ansible/roles/pulseaudio/README.md

12 lines
362 B
Markdown
Raw Normal View History

2021-01-25 19:38:55 -06:00
# pulseaudio
Role to configure Pulseaudio as a system-wide daemon *without* using Pulse in system mode.
## What?
Pulseaudio runs as its own server with control over the audio hardware in `pulseaudio.service`. It listens on a socket in `/tmp/pulse-server` responding to members of the `audio` group.
## Why?
It allows for clean, efficient multi-user setups.