项目作者: acarabott

项目描述 :
Live code an Audio Worklet in your browser!
高级语言: JavaScript
项目地址: git://github.com/acarabott/audio-worklet-live-coding.git
创建时间: 2018-02-23T12:48:00Z
项目社区:https://github.com/acarabott/audio-worklet-live-coding

开源协议:MIT License

下载


Audio Worklet Live Coding

Does what it says on the tin.

Demo

How it works

Takes the output of CodeMirror, turns it into a Blob, generates a URL for the Blob, loads it as a module.

Each time the script is loaded a new id is generated for the processor, and this is passed to the CustomAudioNode constructor. Hence not being able to change the name of CustomAudioNode.

Limitations

Stereo output, no inputs. This would only require adding some additional UI boxes and passing the values to CustomAudioNode, but isn’t really necessary for this demo.

Libs

Author

Arthur Carabott arthurcarabott.com