Monday 25 October 2021

Consideration on how long AudioWorkletProcessor.process should run

Since a call to AudioWorkletProcessor.process is synchronous according to https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor/process, what happens when an execution takes too long time, more than 1 second, for example? Would some audio samples be skipped in a next call? Or would samples be queued somewhere? I could not find a documentation on this.



from Consideration on how long AudioWorkletProcessor.process should run

No comments:

Post a Comment