aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-04-26 18:56:54 -0700
committerChris Robinson <[email protected]>2019-04-26 18:56:54 -0700
commitb502bbaf5c3bda609a47c351cc8dbb947247705e (patch)
tree447213d6d7292d7d513c22429146f807643f9583 /alsoftrc.sample
parent9e4ee500b61462c205ed588c31a045bd95215cdc (diff)
Change the default period size to 20ms
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample8
1 files changed, 5 insertions, 3 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 1c1e113d..10a59a1f 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -72,9 +72,11 @@
#frequency =
## period_size:
-# Sets the update period size, in frames. This is the number of frames needed
-# for each mixing update. Acceptable values range between 64 and 8192.
-#period_size = 1024
+# Sets the update period size, in sample frames. This is the number of frames
+# needed for each mixing update. Acceptable values range between 64 and 8192.
+# If left unspecified it will default to 1/50th of the frequency (20ms, or 882
+# for 44100, 960 for 48000, etc).
+#period_size =
## periods:
# Sets the number of update periods. Higher values create a larger mix ahead,