frinio / roomResponseCorrectionApp

2 stars 1 forks source link

Fix complex smoothing for 48K sample rate #16

Open frinio opened 6 years ago

frinio commented 6 years ago

Problem: IR file has fs=48kHz and sound file in testing has also fs=48kHz. The resulting equalized audio clip sounds like it is lowpass filtered. The calculated inverse filter IR has fs = 48kHz, which means that smooth_n.exe uses the target48l, which is correct. So the problem is in the app, somewhere...