diff options
author | Chris Robinson <[email protected]> | 2021-12-09 22:00:35 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-12-09 22:00:35 -0800 |
commit | a97dba6f417ef36140fe31b7b24fd48f620254f3 (patch) | |
tree | c7b60af368ee17c538051e7a93d75ea34aa99199 /core/voice.h | |
parent | b72402d3e723befabc0bdfd4c7579fff6b92c13c (diff) |
Improve the 2-channel UHJ response
This attempts to correct for the differences needed for 2-channel UHJ's shelf
filters given the output shelf filters. It's far from ideal, but better than
nothing.
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/voice.h b/core/voice.h index 169517d5..94385884 100644 --- a/core/voice.h +++ b/core/voice.h @@ -241,7 +241,7 @@ struct Voice { al::vector<HistoryLine,16> mPrevSamples{2}; struct ChannelData { - float mAmbiScale; + float mAmbiHFScale, mAmbiLFScale; BandSplitter mAmbiSplitter; DirectParams mDryParams; |