Skip to content

ACrazyTown/flixel-waveform

Repository files navigation

flixel-waveform

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.

An example image showcasing a waveform being rendered in a HaxeFlixel project

Installation

  1. 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
  2. And then include it in your Project.xml: <haxelib name="flixel-waveform">

  3. Finally, import it in your code when needed: import flixel.addons.display.waveform.FlxWaveform;