-
Notifications
You must be signed in to change notification settings - Fork 40
How use it like in nodes? #2
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels