This is a QB64-PE audio player (WIP). It uses the InForm-PE GUI library and Toolbox64.
- Plays all audio formats supported by QB64-PE. See _SNDOPEN.
- Plays MIDI files using QB64-PE supported soundbanks. See _MIDISOUNDBANK.
- Runs on Windows, Linux and macOS.
- Clone the repository to a directory of your choice.
- Open Terminal and change to the directory using an appropriate OS command.
- Run
git submodule update --init --recursive
to initialize, fetch and checkout git submodules. - Open MPlayer64.bas in the QB64-PE IDE and press
F5
to compile and run. - This requires the latest version of QB64-PE.
Icon by Squid Ink.