Hi, I have a project for a very old game (2011-2012), from my college days, that uses the equally old FMOD for audio.
Could you get the library from that era so I can use/link it to the project?
I used some keys like:
FSOUND_SAMPLE
FSOUND_STREAM
FSOUND_GetSFXMasterVolume
FSOUND_SetSFXMasterVolume
FSOUND_StopSound
FSOUND_Stream_Play
FSOUND_Stream_Stop
FSOUND_PlaySound
FSOUND_Init(44100, 32, 0);
FSOUND_Sample_Load
FSOUND_Sample_SetMode
FSOUND_SetSFXMasterVolume
Thank you.