mstop4 / FMODGMS

🎶 GML bindings to the FMOD Studio low-level API for GM:S and GMS2. Can be used in Windows, macOS, and Linux games.
https://quadolorgames.itch.io/fmodgms
BSD 2-Clause "Simplified" License
62 stars 18 forks source link

Does not play Sony ATRAC9 format. #26

Open nkrapivin opened 4 years ago

nkrapivin commented 4 years ago

I tried to play bgm.at9 which came with PSVita SDK but it says "FMOD error! (19) Unsupported file or audio format." even though ATRAC9 seems to be supported by FMOD (it's mentioned in a lot of places)

My code: https://pastebin.com/7E1Td8j5

FMODGMS version 0.9.1 GM:S version 1.4.9999

Is there a way to bring ATRAC9 support?