SampleRateConverter
SampleRateConverter copied to clipboard
Audio sample rate converter based on polyphase FIR filter
Results
3
SampleRateConverter issues
Sort by
recently updated
recently updated
newest added
Manually pick the number of taps, cutoff frequency, and run mutiple instances: 这个部分,实际运行时,如果 int interpolation = 640; int decimation = 147; float cutoff_frequency = 0.5; //即,和Simple 44.1kHz to 192kHz upsampler:中填写一样的参数...
example code type error