HPS Decode
A Rust library for parsing and decoding Super Smash Bros. Melee music files.
Quick Start
Here is a quick example of how to play a stereo .hps file with the
rodio-source feature flag and rodio 0.17:
use Hps;
use ;
use Error;
Documentation
Check out docs.rs for more details about the library.
.HPS File Layout
For general purpose, language agnostic information about the .hps file format,
see here.