openal-soft/utils/makemhr
Chris Robinson f2858ac865 Resample before frequency analysis
We want to resample before minimum phase reconstruction since that changes the
phase relationship of the sampled signal, introducing a slight bit of noise
from truncated sampling. It's not clear that the frequency domain resampling
method is accurate, so resampling prior to frequency analysis is an alternative
to ensure the resulting frequencies are given the proper phase for sampling.

This also cleans up some micro allocations in loops.
2022-05-13 15:40:15 -07:00
..
loaddef.cpp Resample before frequency analysis 2022-05-13 15:40:15 -07:00
loaddef.h Resample before frequency analysis 2022-05-13 15:40:15 -07:00
loadsofa.cpp Resample before frequency analysis 2022-05-13 15:40:15 -07:00
loadsofa.h Resample before frequency analysis 2022-05-13 15:40:15 -07:00
makemhr.cpp Resample before frequency analysis 2022-05-13 15:40:15 -07:00
makemhr.h Move the polyphase resampler to the common lib 2019-11-28 10:54:47 -08:00