pulse-tunnel: increase default latency to 100ms

20ms is too small and might be a typo from the pulseaudio 200ms default
latency.
This commit is contained in:
Wim Taymans 2021-09-23 13:00:15 +02:00
parent c41e3553bf
commit 88ba3014d6

View file

@ -79,7 +79,7 @@ static const struct spa_dict_item module_props[] = {
#define RINGBUFFER_SIZE (1u << 22) #define RINGBUFFER_SIZE (1u << 22)
#define RINGBUFFER_MASK (RINGBUFFER_SIZE-1) #define RINGBUFFER_MASK (RINGBUFFER_SIZE-1)
#define DEFAULT_LATENCY_USEC (20 * PA_USEC_PER_MSEC) #define DEFAULT_LATENCY_USEC (100 * PA_USEC_PER_MSEC)
struct impl { struct impl {
struct pw_context *context; struct pw_context *context;