mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 10:26:02 -05:00
[alsa] Increase max latency variance
Latency on the RPi varies quite a bit
This commit is contained in:
parent
632bfd9a33
commit
19181007f4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user