OLA-TS.js
OLA-TS.js copied to clipboard
Allow Audio Buffers with different sample rates in SegmentsSequencer.js
Instead of measuring currentTime as samples, I should measure it as seconds.
Still, there are two issues:
- What happens when I mix two different sample rates in on input frame to be processed by a time stretcher?
- Will there be any issues when writting the output to an AudioBuffer?