A simple yet powerful HaxeFlixel addon for drawing waveforms from sounds.
Take a look at the example project for a showcase and explanation of how to use the library.
If you have any questions/issues/ideas, do not hesitate to open an issue on GitHub.
-
To install the library, run the following command in your terminal:
- For the latest stable release, run
haxelib install flixel-waveform
- For the latest development and possibly unstable version, install from git:
haxelib git flixel-waveform https://github.com/ACrazyTown/flixel-waveform
- For the latest stable release, run
-
Include the library in your Project.xml:
<haxelib name="flixel-waveform" />
Any targets that HaxeFlixel supports should also be supported by this library.