You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using a FIR or CIC filter instead of the IIR because linear phase response would be preferable
Add support for non-integer resampling ratios (possibly using msresamp_crcf in liquid)
Check whether readStream should always try to return exactly the requested number of samples (unless timeout happens). Now it can return less if the shared buffer wraps around or if the resampler returns less.