summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-11 15:56:57 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-11 15:56:57 +0000
commite2a10de756136110d7fdeac0d8543e452dd610ad (patch)
tree6e46767d86f0b36b4da56206f76fdce02a140f28 /src/daemon/daemon.conf.in
parentb44ce9e4e04ac41436fec9f57b509c49a78b617b (diff)
allow setting the default sample and fragment settings from the config file
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1630 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/daemon/daemon.conf.in')
-rw-r--r--src/daemon/daemon.conf.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index 29b22a42..9bd5cba6 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -99,3 +99,12 @@
## Disable shared memory data transfer
; disable-shm = 0
+
+## Default sample format
+; default-sample-format = s16le
+; default-sample-rate = 44100
+; default-sample-channels = 2
+
+## Default fragment settings, for device drivers that need this
+; default-fragments = 4
+; default-fragment-size-msec = 25