diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-08-11 15:56:57 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-08-11 15:56:57 +0000 |
| commit | e2a10de756136110d7fdeac0d8543e452dd610ad (patch) | |
| tree | 6e46767d86f0b36b4da56206f76fdce02a140f28 /src/daemon/daemon.conf.in | |
| parent | b44ce9e4e04ac41436fec9f57b509c49a78b617b (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.in | 9 |
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 |
