# FMod Web Integration with Soundbank?

**URL:** https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108
**Category:** FMOD Engine
**Created:** [April 12, 2023, 4:58pm UTC](https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108 "2023-04-12T16:58:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DeltaElement](https://avatars.discourse-cdn.com/v4/letter/d/2bfe46/32.png) [@DeltaElement](https://qa.fmod.com/u/DeltaElement)
#### Post date: [April 12, 2023, 4:58pm UTC](https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108/1 "2023-04-12T16:58:13Z")

</div>

Hi ! I have a site and I want to integrate interactive sound into it. So I uploaded the html example in FMod API but all examples use audio files, not an external masterbank. I’ve tried using the Playsound example and modifying it to use a soundbank stored on my website and playing an audio event, but it doesn’t work.  
I’m not very familiar with the javascript language and I’m having trouble understanding how to fix it so I think I need a little help ^^’

(sorry for the spelling I am French)

---

<div class="post-metadata">

### Author: ![Leah\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/leah_fmod/32/3685_2.png) [@Leah\_FMOD](https://qa.fmod.com/u/Leah_FMOD)
#### Post date: [April 13, 2023, 4:34am UTC](https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108/2 "2023-04-13T04:34:12Z")

</div>

Hi,

To clarify - do you want to be able to use an [FMOD Sound Bank](https://www.fmod.com/docs/2.02/api/core-guide.html#file-formats-support-for-the-most-optimal-format-for-games-fsb) with the Core API? Or an [FMOD Studio Bank](https://www.fmod.com/docs/2.02/studio/fmod-studio-concepts.html#banks), which is created by the FMOD Studio application? If it’s the former, could I get you to provide me with a snippet of the code you’re using to load the FSBank and play sounds from it? If it’s the latter, you’ll want to look at the Studio API examples instead of the Core API examples.

---

<div class="post-metadata">

### Author: ![DeltaElement](https://avatars.discourse-cdn.com/v4/letter/d/2bfe46/32.png) [@DeltaElement](https://qa.fmod.com/u/DeltaElement)
#### Post date: [April 13, 2023, 7:00am UTC](https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108/3 "2023-04-13T07:00:51Z")

</div>

Thank you so much!  
I didn’t understand the difference between “core” and “studio” so I search in “core” without thinking about looking in “studio”.  
If I have any trouble with the Studio API i need to do another post or just discuss in this post ?

---

<div class="post-metadata">

### Author: ![Leah\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/leah_fmod/32/3685_2.png) [@Leah\_FMOD](https://qa.fmod.com/u/Leah_FMOD)
#### Post date: [April 13, 2023, 10:51pm UTC](https://qa.fmod.com/t/fmod-web-integration-with-soundbank/20108/4 "2023-04-13T22:51:01Z")

</div>

> [@DeltaElement](#):
>
> Thank you so much!  
> I didn’t understand the difference between “core” and “studio” so I search in “core” without thinking about looking in “studio”.

No problem. The Core API is for low-level audio system behavior and primitives (i.e. sounds, DSPs, channels, etc.). The Studio API is specifically for interacting with content authored with the FMOD Studio application, which itself is built on top of the Core API. For more info, I’d recommend looking over our [Core API Guide](https://www.fmod.com/docs/2.02/api/core-guide.html) and [Studio API Guide](https://www.fmod.com/docs/2.02/api/studio-guide.html) to identify which feature-set is more appropriate for you.

> [@DeltaElement](#):
>
> If I have any trouble with the Studio API i need to do another post or just discuss in this post ?

If you still have issues with loading banks after looking over the HTML5 Studio API examples, then you can continue to discuss it it in this post if you wish. The “FMOD Studio” section of the forum is for posts regarding the Studio application, while “FMOD Engine” section of the forum is for posts about both the Core API and Studio API.
