This is an addon for HaxeFlixel
A simple (I hope) FlxSprite
extension that allows for rendering waveforms from audio.
Check out the sample for instructions on how to use.
-
Install via haxelib:
haxelib install flixel-waveform
- If you want to use the latest (possibly unstable) development version, install via haxelib git:
haxelib git flixel-waveform https://github.com/ACrazyTown/flixel-waveform
- If you want to use the latest (possibly unstable) development version, install via haxelib git:
-
And then include it in your Project.xml:
<haxelib name="flixel-waveform">
-
Finally, import it in your code when needed:
import flixel.addons.display.waveform.FlxWaveform;