1

I need a cross-platform (supporting at least Windows and Linux) library for playing tracker music (formats like *.mod and *.xm) from within a C++ program.

It sounds weird, but a google search really didn't bring any good results! Only thing I could find was the BASS audio library but there are two problems with it: first, I don't really need support for all the other formats, just tracker music; and second, it's not open source.

Any suggestions would be appreciated...

  • 1
    See libmodplug (XMMS version): http://sourceforge.net/projects/modplug-xmms/ –  Nov 10 '12 at 04:29

1 Answers1

0

If you are looking for a codebase just take a look at public repositories ;)

One of the most popular website is github link

user1797612
  • 812
  • 6
  • 22