This looks a very promising resampler by mycroft @ hydrogenaudio.org and it is expected we will implement it within dBpoweramp / foobar going forward, initially as an option to SSRC, in the hope that it can be the default resampler.
Still to do - upload the code to git
Remove the fft delay
fftw3 perhaps build internally (relies on dll)
Make a library for our own use, and macOS version
Note if outputting to 16 bit, no noise shaping is done.
Internally we went for double precision processing, over float, as in SSRC.
Usage as per this image:

Download (64 bit windows):
Unzip, run.
Still to do - upload the code to git
Remove the fft delay
fftw3 perhaps build internally (relies on dll)
Make a library for our own use, and macOS version
Note if outputting to 16 bit, no noise shaping is done.
Internally we went for double precision processing, over float, as in SSRC.
Usage as per this image:

Download (64 bit windows):
Unzip, run.
Comment