Skip to content

How use it like in nodes? #2

@floydback

Description

@floydback

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions