Example Credit:
The haxe-feathersui-webaudio
repository contains many WebAudio examples/experiments using the Haxe
> OpenFL
> FeathersUI
toolchain to create fun audio apps in the browser!
The repository contains sub directories that are OpenFL
projects. Each project either recreates an original MDN
WebAudio example, or we take a journey into frameworks like Tonejs
or do raw DSP for example.
- Audio Basics - Simple boombox with a playing mp3, volume, pan and play control.
- AudioBuffer Noise - Uses the AudioBuffer and AnalyserNode to draw a waveform of random sample noise.