mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:58:28 +02:00
rm unused lastCutoffRatio
This commit is contained in:
parent
20bac5aeef
commit
a7d54b8e0a
1 changed files with 0 additions and 1 deletions
|
@ -753,7 +753,6 @@ void AudioMixer::broadcastMixes() {
|
||||||
// ratio of frame spent sleeping / total frame time
|
// ratio of frame spent sleeping / total frame time
|
||||||
((CURRENT_FRAME_RATIO * timeToSleep.count()) / (float) AudioConstants::NETWORK_FRAME_USECS);
|
((CURRENT_FRAME_RATIO * timeToSleep.count()) / (float) AudioConstants::NETWORK_FRAME_USECS);
|
||||||
|
|
||||||
float lastCutoffRatio = _performanceThrottlingRatio;
|
|
||||||
bool hasRatioChanged = false;
|
bool hasRatioChanged = false;
|
||||||
|
|
||||||
if (framesSinceCutoffEvent >= TRAILING_AVERAGE_FRAMES) {
|
if (framesSinceCutoffEvent >= TRAILING_AVERAGE_FRAMES) {
|
||||||
|
|
Loading…
Reference in a new issue