mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
latency work
major main loop bugfix git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@154 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b6b428e5cb
commit
92bf0a365a
21 changed files with 126 additions and 61 deletions
|
|
@ -34,9 +34,9 @@
|
|||
#include "llist.h"
|
||||
#include "native-common.h"
|
||||
|
||||
#define DEFAULT_MAXLENGTH 204800
|
||||
#define DEFAULT_TLENGTH 10240
|
||||
#define DEFAULT_PREBUF 4096
|
||||
#define DEFAULT_TLENGTH (10240*2)
|
||||
#define DEFAULT_MAXLENGTH (DEFAULT_TLENGTH*2)
|
||||
#define DEFAULT_PREBUF DEFAULT_TLENGTH
|
||||
#define DEFAULT_MINREQ 1024
|
||||
#define DEFAULT_FRAGSIZE 1024
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue