mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:43:35 +02:00
revert
This commit is contained in:
parent
d962387c75
commit
d63acfc46f
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ void AudioMixer::run() {
|
|||
|
||||
const float STRUGGLE_TRIGGER_SLEEP_PERCENTAGE_THRESHOLD = 0.10f;
|
||||
const float BACK_OFF_TRIGGER_SLEEP_PERCENTAGE_THRESHOLD = 0.20f;
|
||||
const float CUTOFF_EPSILON = 0.02f;
|
||||
const float CUTOFF_DELTA = 0.02f;
|
||||
|
||||
const float CURRENT_FRAME_RATIO = 1.0f / TRAILING_AVERAGE_FRAMES;
|
||||
const float PREVIOUS_FRAMES_RATIO = 1.0f - CURRENT_FRAME_RATIO;
|
||||
|
|
Loading…
Reference in a new issue