New to Fmod Studio API, basic minimalistic guide/tutorial/example for mp3 playback needed.

I am new to FMOD Studio API, Can someone explain through a minimalistic example (like a hello world) how to just play an mp3 file, what is the proper order of function calls and initialisations that are to be followed? A simple example code will do, thanks!

Windows 7 SP1, MSVC 2012. #win #mp3

Hi, there are a whole suite of examples in the programmer API that do things like this.

look in the lowlevel_api folder, examples, there areer playsound/playstream examples.

2 Likes

Yeah just figured out the basics, and yeah i did the same, looked at the lowlevel api examples, thanks!