Henrik Enquist

Results 306 comments of Henrik Enquist

I did not yet find the time to get familiar with the `audio` crate, so it's difficult to say much at this point. But I can mention a few things...

I agree with @Be-ing here. It would be nice to be able to handle interleaved data, but I don't want to add everything needed to be generic over data alignment...

https://github.com/HEnquist/rubato/issues/71#issuecomment-1780053242

Hi! This looks like a bug! There is a problem with the chunk size calculation when downsampling, it gives a larger chunksize that needed. You should be able to get...

PR here: https://github.com/HEnquist/rubato/pull/77 Could you try running your code with branch `fix_fft_input_chunksize`?

Great, thanks for testing!

I just made a PR for my first prototype estimating planner, mostly to show it and get some feedback. For mixed raders, it doesn't estimate all the different combinations of...

Yes fftw can run some measurements to make sure it picks the best implementation. The downside is that this is relatively time consuming (I think is was half a second...

Very interesting! I'll take a look when I'm done with adding sse/avx to my resampling lib (got inspired by the big gains avx gives in rustfft). In less than a...

That is nice! Looks much easier to use than measureme. I'll give it a try!