[LAD] Re: Help with resampling algorithm

2024-04-23 Thread Marco Castorina
Thanks everyone, and apologies for the late reply! I didn't get notified about the replies to this thread. > for each output sample you use a new filter from the set of 128 by incrementing  the index by a fixed value. This may not be an integer, so you need to round. This is what I am

[LAD] Help with resampling algorithm

2024-04-13 Thread Marco Castorina
Hi everyone,  I am hoping this is the right place to post this question. I am trying to implement the resampling algorithm as described in this paper: https://ccrma.stanford.edu/~jos/resample/resample.pdf I managed to construct the h (windowed sinc) table, and I have implemented the loop. I