mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 12:12:36 +02:00
add hrtf gain getter
This commit is contained in:
parent
898c9b176d
commit
24ca765a39
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
// HRTF local gain adjustment in amplitude (1.0 == unity)
|
||||
//
|
||||
void setGainAdjustment(float gain) { _gainAdjust = HRTF_GAIN * gain; };
|
||||
float getGainAdjustment() { return _gainAdjust; }
|
||||
|
||||
private:
|
||||
AudioHRTF(const AudioHRTF&) = delete;
|
||||
|
|
Loading…
Reference in a new issue