1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_dsp/frequency
reuk 68d30f9c8d Convolution: Compensate for volume changes when resampling IRs
When normalisation is disabled, the Convolution will now adjust the gain
of the IR using the ratio of the source and destination sampling rates.
This should keep the output level constant when the Convolution's
sampling rate is changed.
2021-03-11 15:19:31 +00:00
..
juce_Convolution.cpp Convolution: Compensate for volume changes when resampling IRs 2021-03-11 15:19:31 +00:00
juce_Convolution.h Convolution: Update documentation for prepare function 2021-02-24 12:41:37 +00:00
juce_Convolution_test.cpp Convolution: Compensate for volume changes when resampling IRs 2021-03-11 15:19:31 +00:00
juce_FFT.cpp FFT: Add move ops which would otherwise be implicitly deleted 2021-01-29 10:31:08 +00:00
juce_FFT.h FFT: Add move ops which would otherwise be implicitly deleted 2021-01-29 10:31:08 +00:00
juce_FFT_test.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Windowing.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_Windowing.h Updated all license headers 2020-06-29 08:30:22 +01:00