aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-06-16 22:32:19 -0700
committerChris Robinson <[email protected]>2012-06-16 22:32:19 -0700
commit0db9730a502eb38f6b7a6c90dd89f38f73f18880 (patch)
tree4c02d8eb8bfebfc15cc385c9a3f3c4cbecff32f8 /alsoftrc.sample
parentad2643d8af3a47ad24369e4a9189dd95307e5672 (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.sample6
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
##