musix
musix is a library for playing old (esoteric) music formats from home computers and game consoles.
Check the musix_player crate for example usage.
// need to initialize and get access to meta data provided
// in the data/ directory.
init?;
let song_path = from;
// Try to load a song
let mut player = load_song?;
let mut target: = vec!;
// Generate some audio samples
player.get_samples;