diff options
author | Chris Robinson <[email protected]> | 2009-12-28 10:49:31 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-28 10:49:31 -0800 |
commit | 2a735b14dcd97f8dc21256be145c6a5e22afc649 (patch) | |
tree | adcc34780f61a2730f4a5584507886fd04ef4dd0 /alsoftrc.sample | |
parent | a294dd8d9b46f2dadd9bb1006f5e4b42b9e02b88 (diff) |
Add an option to spawn a PulseAudio server on request
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 6f25d3eb..ed20c751 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -220,6 +220,14 @@ ## [pulse] +## spawn-server: +# Attempts to spawn a PulseAudio server when requesting to open a PulseAudio +# device. Note that some apps may open and probe all enumerated devices on +# startup, causing a server to spawn even if a PulseAudio device is not +# actually selected. Setting autospawn to false in Pulse's client.conf will +# still prevent autospawning even if this is set to true. +#spawn-server = false + ## ## Wave File Writer stuff ## |