This library the best! This algorithm sounds better then any others.
How use it in chain of nodes?
st = new soundtouch.SoundTouch(sampleRate);
filter = new soundtouch.SimpleFilter(new soundtouch.WebAudioBufferSource(source), st);
node = soundtouch.getWebAudioNode(context, filter);
node.connect(context.destination)
That works fine!
But how to connect node to some my other node? Is it possible to use it like filter or node element in big chain of nodes?