diff options
author | Chris Robinson <[email protected]> | 2020-12-12 14:15:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-12 14:15:17 -0800 |
commit | 1ad944555c36620f901d13be04e3eacc7e8dcee0 (patch) | |
tree | 2c13fffec9aa6b509b22157f9b16facb39eef05a /alc/alu.h | |
parent | 176bc8a8354fe3b79c6a109d61c1e3e79898dfe6 (diff) |
Move some HRTF definitions to a separate header
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ extern MixerFunc MixSamples; constexpr float GainMixMax{1000.0f}; /* +60dB */ -constexpr float GainSilenceThreshold{0.00001f}; /* -100dB */ - constexpr float SpeedOfSoundMetersPerSec{343.3f}; constexpr float AirAbsorbGainHF{0.99426f}; /* -0.05dB */ |