In this PR I have added an example that demonstrates the code that worked for me for a simple pass through audio processor.
Also, this PR contains a feature/fix. The AudioProcessor API expects the processor to stop when 'false' is returned from the process() method, that wasn't working for the polyfill so I have added some code that makes it happen.
Also I am adding some comments on the PR against the line numbers that I think will help you in understanding what I did.
Hi,
In this PR I have added an example that demonstrates the code that worked for me for a simple pass through audio processor.
Also, this PR contains a feature/fix. The AudioProcessor API expects the processor to stop when 'false' is returned from the process() method, that wasn't working for the polyfill so I have added some code that makes it happen.
Also I am adding some comments on the PR against the line numbers that I think will help you in understanding what I did.