aboutsummaryrefslogtreecommitdiffstats
path: root/common/polyphase_resampler.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle UHJ better with convolution reverbChris Robinson2023-01-011-0/+2
| | | | | | It's now decoded to B-Format while being FFT'd, and processed as B-Format. Again, not that UHJ should really ever be used for convolution, but it's a valid format someone may want to use despite the overhead from converting it.
* Resample before frequency analysisChris Robinson2022-05-131-2/+2
| | | | | | | | | | 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.
* Move the polyphase resampler to the common libChris Robinson2019-11-281-0/+45