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

Some changes I needed #9

Closed Grix closed 6 years ago

Grix commented 6 years ago

FMODGMS_Snd_LoadSound_Ext() FMODGMS_Snd_Get_NumChannels() FMODGMS_Snd_Get_BitsPerSample() FMODGMS_Snd_Get_DefaultFrequency() FMODGMS_Snd_ReadData() FMODGMS_Util_FFT() = kissfft wrapper

also bumped fmod version to 1.10, and some other minor improvements

Updated GMS2 test app extension but not GMS1.4, and have only tested on windows.

mstop4 commented 6 years ago

Checked over everything and retested the extension in both the GM:S and GMS2 demos in both Windows and Ubuntu. Everything seems to be working fine.