/haxe-feathersui-webaudio

Haxe WebAudio experiments using the FeathersUI/OpenFL ui toolkit.

Primary LanguageHaxeMIT LicenseMIT

Haxe > OpenFL > FeathersUI > WebAudio

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 Projects

audio-basics

  • Audio Basics - Simple boombox with a playing mp3, volume, pan and play control.

Audio Basics

audiobuffer-noise

  • AudioBuffer Noise - Uses the AudioBuffer and AnalyserNode to draw a waveform of random sample noise.

AudioBuffer Noise