4994a869f9
The fixed WFM_RESAMP_CUTOFF of 0.94 passed frequencies up to 94 kHz at 200 kHz composite rate, while the output Nyquist is only ~24 kHz. The 38 kHz demod products in the stereo diff path were only ~31 dB attenuated by the Butterworth and aliased back into 10-20 kHz audio, causing treble corruption in stereo mode. Now the cutoff is computed as audio_rate / composite_rate, properly anti-aliasing the polyphase resampler output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>