mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add latency measurement support to tunnel module
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@246 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6f59ae1763
commit
33c85aec01
3 changed files with 130 additions and 13 deletions
|
|
@ -35,10 +35,10 @@
|
|||
#include "native-common.h"
|
||||
#include "client-conf.h"
|
||||
|
||||
#define DEFAULT_TLENGTH (10240*8)
|
||||
#define DEFAULT_TLENGTH (44100*2*2/10) //(10240*8)
|
||||
#define DEFAULT_MAXLENGTH ((DEFAULT_TLENGTH*3)/2)
|
||||
#define DEFAULT_PREBUF DEFAULT_TLENGTH
|
||||
#define DEFAULT_MINREQ 512
|
||||
#define DEFAULT_PREBUF (DEFAULT_TLENGTH-DEFAULT_MINREQ)
|
||||
#define DEFAULT_FRAGSIZE 1024
|
||||
|
||||
#define DEFAULT_TIMEOUT (10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue