mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
remove an unused const
This commit is contained in:
parent
644bbacfe3
commit
0fd7ec34fc
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ int AudioMixer::addStreamToMixForListeningNodeWithStream(AudioMixerClientData* l
|
|||
const float ZERO_DB = 1.0f;
|
||||
const float NEGATIVE_ONE_DB = 0.891f;
|
||||
const float NEGATIVE_THREE_DB = 0.708f;
|
||||
const float NEGATIVE_SIX_DB = 0.501f;
|
||||
|
||||
const float FILTER_GAIN_AT_0 = ZERO_DB; // source is in front
|
||||
const float FILTER_GAIN_AT_90 = NEGATIVE_ONE_DB; // source is incident to left or right ear
|
||||
|
|
Loading…
Reference in a new issue