Is ScriptProcessorNode implemented anywhere in p5.js sound library?

Just interested to know if the use of ScriptProcessorNode is possible, or if there is another way..? I can't where it might be in the sound library reference.

In java mode I can create data buffers and simply write to a buffered line etc., and similarly for android using AudioTrack(), so can something similar be done in p5.js sound library? I would like to port some things I am doing, but heavily rely on having full control of the audio data.

Many thanks Mark

Answers

Sign In or Register to comment.