mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:17:35 +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)
|
// HRTF local gain adjustment in amplitude (1.0 == unity)
|
||||||
//
|
//
|
||||||
void setGainAdjustment(float gain) { _gainAdjust = HRTF_GAIN * gain; };
|
void setGainAdjustment(float gain) { _gainAdjust = HRTF_GAIN * gain; };
|
||||||
|
float getGainAdjustment() { return _gainAdjust; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AudioHRTF(const AudioHRTF&) = delete;
|
AudioHRTF(const AudioHRTF&) = delete;
|
||||||
|
|
Loading…
Reference in a new issue