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
This looks like a really nice crate, but I was wondering if it would be possible to make realfft an optional dependency, for users that only want/need the fast/low-quality resampling? Or are all paths using the fft?
The text was updated successfully, but these errors were encountered:
It would be no problem to make the FFT resamplers optional. The fast ones don't use the FFT and are pretty small, so omitting the FFT should reduce binary size and compile time nicely.
This looks like a really nice crate, but I was wondering if it would be possible to make
realfft
an optional dependency, for users that only want/need the fast/low-quality resampling? Or are all paths using the fft?The text was updated successfully, but these errors were encountered: