Compare commits
5 commits
72aca0856f
...
734f1a7ed4
Author | SHA1 | Date | |
---|---|---|---|
|
734f1a7ed4 | ||
|
366d989953 | ||
|
c76b88be12 | ||
|
98561c1e37 | ||
|
5cbebd0c43 |
1 changed files with 1 additions and 1 deletions
|
@ -101,8 +101,8 @@ static VisualizationController *_sharedController = nil;
|
|||
}
|
||||
|
||||
- (void)postLatency:(double)latency {
|
||||
self->latency = latency;
|
||||
ignoreLatency = (latency >= 45.0) || (latency < 0.0);
|
||||
self->latency = latency;
|
||||
}
|
||||
|
||||
- (double)readSampleRate {
|
||||
|
|
Loading…
Reference in a new issue