increase timing update interval exponentially

This commit is contained in:
Lennart Poettering 2009-04-01 00:36:18 +02:00
parent aa1ad0df18
commit 5348cc1275
2 changed files with 14 additions and 4 deletions

View file

@ -166,6 +166,7 @@ struct pa_stream {
/* Latency interpolation stuff */
pa_time_event *auto_timing_update_event;
pa_usec_t auto_timing_interval_usec;
pa_smoother *smoother;