mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:33:27 +02:00
revert
This commit is contained in:
parent
9c7ffffbae
commit
d962387c75
1 changed files with 2 additions and 2 deletions
|
@ -382,8 +382,8 @@ void AudioMixer::run() {
|
|||
}
|
||||
|
||||
const float STRUGGLE_TRIGGER_SLEEP_PERCENTAGE_THRESHOLD = 0.10f;
|
||||
const float BACK_OFF_TRIGGER_SLEEP_PERCENTAGE_THRESHOLD = 0.30f;
|
||||
const float CUTOFF_EPSILON = 0.0001f;
|
||||
const float BACK_OFF_TRIGGER_SLEEP_PERCENTAGE_THRESHOLD = 0.20f;
|
||||
const float CUTOFF_EPSILON = 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