[alsa] Increase max latency variance

Latency on the RPi varies quite a bit
This commit is contained in:
ejurgensen 2016-04-09 22:33:29 +02:00
parent 632bfd9a33
commit 19181007f4

View File

@ -44,7 +44,7 @@
// If latency is jumping up and down we don't do compensation since we probably // If latency is jumping up and down we don't do compensation since we probably
// wouldn't do a good job. This sets the maximum the latency is allowed to vary // wouldn't do a good job. This sets the maximum the latency is allowed to vary
// within the 10 seconds where we measure latency each second. // within the 10 seconds where we measure latency each second.
#define ALSA_MAX_LATENCY_VARIANCE 100 #define ALSA_MAX_LATENCY_VARIANCE 352
// TODO Unglobalise these and add support for multiple sound cards // TODO Unglobalise these and add support for multiple sound cards
static char *card_name; static char *card_name;