Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 342 Bytes

About

A little music player for the 32Blit. Supports playing MP3 and Ogg Vorbis files. (Preferrably mono 22050Hz, but stereo and/or 44100Hz are also supported).

Also includes minimal tag parsing and a file browser.

Building

mkdir build
cd build
cmake -D32BLIT_PATH=path/to/32blit-beta ..
make

(See 32Blit docs for more info)