Core or Studio API for use in a Custom Engine

Hi,

I’m new to FMOD and to audio programming, so please forgive the basic question.

I am working on an update/port project for an existing game, and I am replacing the old audio engine with FMOD. All of the sound assets exist as .wav already, and we plan to add very little additional audio content.

The existing audio engine is quite low level, as such I’m inclined towards only using the FMOD Core API. Is this reasonable? Should I be using the Studio API instead?

Thank you

If you just want to play .wav then the core API is sufficient. But it be will more or less a a 1on1 replacement. Unless you’re bored or have something broken, not really useful.

Using the Studio API will allow you to use FMOD Studio which will give the sound designers a lot of options. So if you’re looking for upgrading the sound engine, that’s the way to go

1 Like