diff options
author | Chris Robinson <[email protected]> | 2012-06-16 22:32:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-06-16 22:32:19 -0700 |
commit | 0db9730a502eb38f6b7a6c90dd89f38f73f18880 (patch) | |
tree | 4c02d8eb8bfebfc15cc385c9a3f3c4cbecff32f8 /alsoftrc.sample | |
parent | ad2643d8af3a47ad24369e4a9189dd95307e5672 (diff) |
Add an option to allow PulseAudio to move streams
This could be made the default, if there's a safe way to update the AL device
specifier.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 83c7a5a1..8f1a41dd 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -291,6 +291,12 @@ # still prevent autospawning even if this is set to true. #spawn-server = false +## allow-moves: +# Allows PulseAudio to move active streams to different devices. Note that the +# device specifier seen by applications will not be updated when this occurs, +# and neither will the AL device configuration (sample rate, format, etc). +#allow-moves = false + ## ## Wave File Writer stuff ## |