Hi, I want to use the code from this repo to my project:
However, the repo use processBlock() while I’m using getNextAudioBlock() and get audio block dynamic base on audio speed. As I understand, processBlock() process the whole audio, while getNextAudioBlock() process audio by chunks.
So my question is how to integrate processBlock() to getNextAudioBlock() scheme. Thanks for any help