When running this library, the following error message appears in the console:
[Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
Apparently the ScriptProcessorNode has been deprecated for a while, using it is no longer recommended. Migrating to AudioWorklets seems like the way forward.