use libxmp instead

This commit is contained in:
Nishi 2026-05-27 23:51:37 +09:00
commit 6f8ee4c7ae
26 changed files with 333 additions and 4039 deletions

View file

@ -19,6 +19,8 @@ namespace fishbone {
void read(short* buffer, size_t frames);
fishbone::Sound* open(const char* path);
void lock();
void unlock();
static const int rate = 44100;
std::vector<fishbone::SoundLoader*> loaders;