Skip to content

Recursive audio nodes

Frank Robert requested to merge recursive-audio-nodes into master

Although this is an extremely interesting approach to creating AudioNodes, it seems flawed when considering that the audio sources need to most likely be created from user input (ex: FileInput, Microphone permissions accepting, etc.) or dynamically injected due to user action.

Here's a simple pen showcasing the idea live: https://codepen.io/phrank/pen/MGWEeJ

Note: You will need the Audion https://github.com/google/audion chrome extension or view in FF Dev tools to see the results of the web audio graph as nothing is logged or displayed in the UI.

Odds are very high that this may never get merged in however I'd like to keep this around for reference in case we can rethink this approach and make it workable and create a better developer API in the process.

Merge request reports