mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 15:43:24 +02:00
HRTF starts in silent state
This commit is contained in:
parent
2dc89f81a5
commit
ac6dd57a30
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