mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
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
This commit is contained in:
parent
b44ce9e4e0
commit
e2a10de756
4 changed files with 196 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue