Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!)

Resolves issue #25.
This commit is contained in:
Alex Szpakowski
2013-10-23 16:02:06 -03:00
parent 259bb8ffdb
commit e5adc4e5fd
13 changed files with 2454 additions and 3 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ bool ModPlugDecoder::accepts(const std::string &ext)
"699", "abc", "amf", "ams", "dbm", "dmf",
"dsm", "far", "it", "j2b", "mdl", "med",
"mid", "mod", "mt2", "mtm", "okt", "pat",
"psm", "s3m", "stm", "ult", "umx", "wav",
"xm", ""
"psm", "s3m", "stm", "ult", "umx", "xm",
""
};
for (int i = 0; !(supported[i].empty()); i++)