javascriptfmod

Can I call fmod, the audio engine, with JavaScript in a web page?


Can I call fmod, the audio engine, with JavaScript in a web page? I can't find any documentation on this. The HTML 5 audio API is pathetic; I want more advanced audio options than it offers. So I'd like to use fmod if possible.


Solution

  • I'm writing this five years later because it shows up as a top result when you google "html5 FMOD".

    As of this week, you can use FMOD with Javascript.

    Here's the announcement:

    http://www.html5gamedevs.com/topic/28454-fmod-studio-api-now-available-for-html5/

    There are a couple weird things about the API but hopefully that gets solved soon. I'm really excited about all the sound design possibilities this opens up.

    Documentation: https://www.fmod.com/docs/2.02/api/platforms-html5.html