13
lorentz
3y

I've written two different real time audio resampling algos (called on source and called on target) using linear interpolation, both in typescript, both work on first try and both perform great. I feel like the omniscient god of web audio processing.

Comments
  • 4
    I realize that resampling isn't by any means a difficult task and I didn't use the best method, but this is an order of magnitude more difficult than any challenge I've had in 2020.
  • 0
    @jespersh how do you know? Did you try them out?
Add Comment