musix 0.3.3

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation
1
2
3
4
5
6
7
8
9
10
11

#include <cstdint>
//extern void DisplayError (char *, ...);

extern bool IsTagPresent (uint8_t *);
extern bool IsValidGSF (uint8_t *);
extern void setupSound();
extern int GSFRun(const char *);
extern void GSFClose() ;
extern bool EmulationLoop();