Top "Fmod" questions

FMOD consists of a runtime library and sound design tool used for the creation and playback of interactive audio.

DLL dependency not found when debugging with Visual Studio 11 RC

My project is a standalone C++ application that uses FMOD for playing sound. I've previously developed the same project with …

c++ dll visual-studio-2012 fmod
Duplicate Symbol Error for architecture i386

I got this error when i tried to build: "duplicate symbol __Z8ERRCHECK11FMOD_RESULT in: /Users/codemenmini2012-2/Library/…

iphone ios objective-c ipad fmod
Does "16bit integer PCM data" mean it's signed or unsigned?

I'm using FMOD to develop an application which would immediately start playing the recording of the next/previous sentence exactly …

audio signal-processing pcm fmod
Compile and link 3rd party library in Visual Studio

I am fairly new to C programming and I haven't used Visual Studio or a third party library before. I'm …

c++ c visual-studio include-path fmod
Simple sound play in FMOD

I am starting using FMOD API and I have got problem with sound playing. I've used tutorial from this site: …

c++ audio fmod
Using FMOD for C#?

I'm working with FMOD in C#. I've tried importing the fmodex.dll file by selecting Project->Add Reference and …

c# fmod
Using an embedded .dll in an executable

Okay. So I know there's lots of questions about how to embed dlls inside exes, but my problem is rather …

c++ visual-c++ dll fmod
Callback delegates being collected?

Been messing around with FMOD for C# game development and I've hit a snag early on that I can't seem …

c# delegates garbage-collection fmod
What does the auto c++ keyword do?

I recently came accross the keyword auto in c++. In the code: auto maxIterator = std::max_element(&spec[0], &…

c++ auto fmod