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.
我需要一个跨平台(至少支持Windows和Linux)库来从C ++程序中播放跟踪器音乐(格式如* .mod和* .xm)。
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.
这听起来很奇怪,但谷歌搜索确实没有带来任何好结果!我唯一能找到的就是BASS音频库,但它有两个问题:首先,我并不需要支持所有其他格式,只需跟踪音乐;第二,它不是开源的。
Any suggestions would be appreciated...
任何建议,将不胜感激...
1 个解决方案
#1
0
If you are looking for a codebase just take a look at public repositories ;)
如果您正在寻找代码库,请查看公共存储库;)
One of the most popular website is github link
最受欢迎的网站之一是github链接
#1
0
If you are looking for a codebase just take a look at public repositories ;)
如果您正在寻找代码库,请查看公共存储库;)
One of the most popular website is github link
最受欢迎的网站之一是github链接