# FMOD studio vs others

**URL:** https://qa.fmod.com/t/fmod-studio-vs-others/10749
**Category:** FMOD Studio
**Created:** [October 27, 2012, 9:43pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749 "2012-10-27T21:43:37Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![SamGarnerStudios](https://avatars.discourse-cdn.com/v4/letter/s/9d8465/32.png) [@SamGarnerStudios](https://qa.fmod.com/u/SamGarnerStudios)
#### Post date: [October 27, 2012, 9:43pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/1 "2012-10-27T21:43:37Z")

</div>

I’m brand new to FMOD and just starting to get into the interactive audio side of gaming, branching out from my composition background

What is the difference between FMOD studio and some of the others? Im having a hard time finding this out on my own since I’m not very familiar with FMOD period.

---

<div class="post-metadata">

### Author: ![BizMcQuiz](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@BizMcQuiz](https://qa.fmod.com/u/BizMcQuiz)
#### Post date: [March 3, 2013, 4:17pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/2 "2013-03-03T16:17:32Z")

</div>

Hi, like the OP I’m coming from a compositional background and looking to get into professional sound design for games.

I’m just wondering which version of Fmod you would recommend for a novice? My only previous experience of somewhat related software is Ableton Live, and I have no idea what to look for here. Studio looks like an excellent tool, especially coming from a DAW background, but what is the difference between the API version and the normal version? I’ve looked at the link posted above and the PDF, but am still having trouble grasping what the differences are.

I’d also like to know if the included tutorials etc. include example games, or something where I might be able to get to grips with implementing the audio created into a practise project?

Cheers

---

<div class="post-metadata">

### Author: ![BizMcQuiz](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@BizMcQuiz](https://qa.fmod.com/u/BizMcQuiz)
#### Post date: [March 17, 2013, 2:55pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/3 "2013-03-17T14:55:12Z")

</div>

Just to be clear, I’m not a hit-and-run poster; I am checking this forum regularly and any time spent formulating a reply to my query will not be wasted, for I will be putting the information to good use. =]

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [March 18, 2013, 11:53pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/4 "2013-03-18T23:53:21Z")

</div>

The Programmer’s API, as you might expect, is very programmer-oriented. Technically, it allows access to all the same functionality that the tool does, but it’s not focused on content creation the same way the tool is. Instead, it’s built to make it easy to connect, manage and trigger the many events and resources that game audio needs.

By contrast, the FMOD Studio tool has a DAW-like interface designed to be easy for composers and sound designers to learn and use. This is because the tool is designed specifically for content creation; However, it does have limitations: Many game audio tasks outside of content creation would be more difficult, or wouldn’t make much sense, if handled in Studio rather than the API.

In short, we expect a team to use both FMOD Studio and the API, but for different purposes - and on teams where “audio programmer” and “sound designer” are different roles, they will be used by different people. Since you come from a compositional background, I suspect Studio might be a better fit for your interests.

---

<div class="post-metadata">

### Author: ![BizMcQuiz](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@BizMcQuiz](https://qa.fmod.com/u/BizMcQuiz)
#### Post date: [March 19, 2013, 8:39am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/5 "2013-03-19T08:39:06Z")

</div>

I see; so just to sum up, Studio is primarily for the creation of content that will then be implemented into the game project utilising API? So API is the program that can actually open the game in its window, with those fantastic elements I’ve seen like showing the area affected by the ambient sound, or the player’s footsteps, for instance?

How much coding/programming knowledge does API require to get going comfortably? I imagine previous experience in C++ or some equivalent would be useful, but is such a language required to make use of API? Or does it contain its own programme-specific ‘language’ of sorts?

Thanks!

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [March 19, 2013, 10:43pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/6 "2013-03-19T22:43:34Z")

</div>

Hi BizMcQuiz,

> [@](#):
>
> I see; so just to sum up, Studio is primarily for the creation of content that will then be implemented into the game project utilising API?

That is correct.

> [@](#):
>
> How much coding/programming knowledge does API require to get going comfortably?

It really depends on your project’s requirements, and your choice of engine. In many cases you can use FMOD in a game without writing any C++ code, as the hard work of integrating FMOD into the engine has already been done. There were FMOD Designer integrations available for the following engines:

[list]CryENGINE (FMOD is the default audio solution)  
Unity (FMOD is the default audio solution)  
Unreal Engine 3 (FMOD Designer 2010 features a deep integration)  
BigWorld (FMOD is the default audio solution)  
Vision Engine  
Scaleform[/list:u:k02wt5uq]

There haven’t been and FMOD Studio integrations released yet, but we already in the process of developing a Unity integration which we will be showing at GDC.

---

<div class="post-metadata">

### Author: ![BizMcQuiz](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@BizMcQuiz](https://qa.fmod.com/u/BizMcQuiz)
#### Post date: [March 20, 2013, 8:15am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/7 "2013-03-20T08:15:01Z")

</div>

Hi,

I understand if it’s too early in the game to say, but do you have any idea about integration with CryEngine? Second, when you say ‘integration’, do you mean that in a future build Studio will integrate, or that at some point a separate program will be made for the respective engine?

One last question then I think I should be ready to get creating; do you have any idea how I might go about building a project into a GameCube ISO? I’m imagining that this is not possible as it would require Studio to have a built-in emulator such as Dolphin, or the ability to open Dolphin within itself; but is there a way to link Studio API to other such programs, perhaps?

Items like this may already be contained in the User Manual but I am only a third of the way through or so, and apologies if these questions really belong in a different place.

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [March 21, 2013, 12:15am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/8 "2013-03-21T00:15:58Z")

</div>

> [@](#):
>
> I understand if it’s too early in the game to say, but do you have any idea about integration with CryEngine?

Not at this point, the FMOD Designer integration for CryEngine was done in house, so your best bet is to contact CryTek.

> [@](#):
>
> One last question then I think I should be ready to get creating; do you have any idea how I might go about building a project into a GameCube ISO?

Unfortunately we discontinued GameCube support in 2009, so that wont be possible. To the best of my knowledge CryEngine do not support this platform either.

If you’re looking to getting into game development, Unity is quite easy to use so I would recommend going with that when we release our Unity integration.

---

<div class="post-metadata">

### Author: ![BizMcQuiz](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@BizMcQuiz](https://qa.fmod.com/u/BizMcQuiz)
#### Post date: [March 21, 2013, 8:00am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/9 "2013-03-21T08:00:46Z")

</div>

Does this mean that on older versions I might be able to run the GameCube ISO?

I appreciate all your help!

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [March 21, 2013, 10:48pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/10 "2013-03-21T22:48:41Z")

</div>

Our game cube support was only ever for registered Nintendo developers, and we have discontinued support for that product. More information available here: [http://www.warioworld.com/](http://www.warioworld.com/)

---

<div class="post-metadata">

### Author: ![brett](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/brett/32/261_2.png) [@brett](https://qa.fmod.com/u/brett)
#### Post date: [November 18, 2012, 9:50am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/11 "2012-11-18T09:50:33Z")

</div>

This page [http://52.88.2.202/fmod-studio.html](http://52.88.2.202/fmod-studio.html) might be a good start, check the pdf, it is a user friendly introduction to the terms in the FMOD Studio product that stand out from others.  
If you have questions we’ll be happy to answer them here.

---

<div class="post-metadata">

### Author: ![MikeCroswell](https://avatars.discourse-cdn.com/v4/letter/m/e36b37/32.png) [@MikeCroswell](https://qa.fmod.com/u/MikeCroswell)
#### Post date: [June 18, 2013, 2:41am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/12 "2013-06-18T02:41:37Z")

</div>

I am interested in all things Unity/FMod as well. I saw a post regarding using C# to access FMod Designer but not sure about FMod Studio. Really, I have only used FMod to play back xm files in Unity and wouldn’t know the difference. Please advise when more information is available. Thanks.

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [June 18, 2013, 5:10am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/13 "2013-06-18T05:10:17Z")

</div>

Hi Mike, will do. I’ll add you to the list.

---

<div class="post-metadata">

### Author: ![Virus\_ST](https://avatars.discourse-cdn.com/v4/letter/v/48db29/32.png) [@Virus\_ST](https://qa.fmod.com/u/Virus_ST)
#### Post date: [June 25, 2013, 11:44am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/14 "2013-06-25T11:44:14Z")

</div>

Hello! Please add me to the list as well 🙂

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [June 26, 2013, 7:06am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/15 "2013-06-26T07:06:21Z")

</div>

> [@Virus\_ST](#):
>
> Hello! Please add me to the list as well 🙂

Done! 🙂

---

<div class="post-metadata">

### Author: ![zyzyx](https://avatars.discourse-cdn.com/v4/letter/z/85f322/32.png) [@zyzyx](https://qa.fmod.com/u/zyzyx)
#### Post date: [July 8, 2013, 12:27am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/16 "2013-07-08T00:27:47Z")

</div>

I would like to be added aswell 😃

---

<div class="post-metadata">

### Author: ![zyzyx](https://avatars.discourse-cdn.com/v4/letter/z/85f322/32.png) [@zyzyx](https://qa.fmod.com/u/zyzyx)
#### Post date: [April 8, 2013, 12:28pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/17 "2013-04-08T12:28:17Z")

</div>

> [@peter](#):
>
> There haven’t been and FMOD Studio integrations released yet, but we already in the process of developing a Unity integration which we will be showing at GDC.

Are there any news about this?

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [April 8, 2013, 10:30pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/18 "2013-04-08T22:30:39Z")

</div>

We are still developing our Unity integration, and will be showing it at Unite Korea and China. We aren’t ready to release it publicly at this point.

---

<div class="post-metadata">

### Author: ![bradowado](https://avatars.discourse-cdn.com/v4/letter/b/c4cdca/32.png) [@bradowado](https://qa.fmod.com/u/bradowado)
#### Post date: [May 30, 2013, 6:41pm UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/19 "2013-05-30T18:41:34Z")

</div>

Any update on the Unity integration? I didn’t see any news from Unite Korea/China.

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [May 31, 2013, 5:02am UTC](https://qa.fmod.com/t/fmod-studio-vs-others/10749/20 "2013-05-31T05:02:05Z")

</div>

We are still actively developing the integration. I will add you to the list to be notified about release when it is publicly released.

[Next page](https://qa.fmod.com/t/fmod-studio-vs-others/10749.md?page=2)
