no message

git-svn-id: http://yate.null.ro/svn/yate/trunk@669 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-01-30 20:02:55 +00:00
parent 2c7b5734df
commit e0a6e131fb
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
[general]
; Settings for the DirectSound audio channel
; primary: boolean: Use the primary playback sound buffer instead of a secondary
;primary=yes
; chunk: int: Number of bytes in the chunk of samples transferred at once
;chunk=320
; minsize: int: Number of bytes in buffer before we start playing back
;minsize=chunk*2
; bufsize: int: Bytes allocated for secondary playback and the record buffers
;bufsize=chunk*3
; maxsize: int: Number of buffered bytes after we start dropping chunks
;maxsize=chunk*4