mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 08:12:08 +02:00
HRTF starts in silent state
This commit is contained in:
parent
a8f7ff7d8a
commit
9dc0aa5c8d
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
|
||||
// _gainAdjust is retained
|
||||
|
||||
_silentState = false;
|
||||
_silentState = true;
|
||||
}
|
||||
|
||||
private:
|
||||
|
@ -110,7 +110,7 @@ private:
|
|||
// global and local gain adjustment
|
||||
float _gainAdjust = HRTF_GAIN;
|
||||
|
||||
bool _silentState = false;
|
||||
bool _silentState = true;
|
||||
};
|
||||
|
||||
#endif // AudioHRTF_h
|
||||
|
|
Loading…
Reference in a new issue