Questions tagged [fmod]

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

FMOD consists of a runtime library and sound design tool used for the creation and playback of interactive audio. FMOD is widely used in the games industry and has gained a strong reputation for its ease of use, powerful software-mixed architecture and comprehensive cross-platform support.

FMOD Studio is the current generation sound design tool (the successor to FMOD Designer) and is powered by FMOD 5, the fifth generation audio engine and API.

Supported Platforms

  • 3DS
  • Android
  • BlackBerry Playbook
  • Google Native Client (NaCl)
  • iOS
  • Linux
  • Mac
  • PS2
  • PS3
  • PS4
  • PSP
  • PS Vita
  • Wii
  • Wii U
  • Windows
  • Windows Phone
  • Windows Store
  • Xbox360
  • Xbox One

Resources

276 questions
1
vote
1 answer

fmod: How to use FMOD_OUTPUTTYPE_WAVWRITER_NRT?

this is a follow up to my earlier question: Rendering some sound data into one new sound data? I'm creating a program that will process a file containing a sound bank and time offsets to mark when the sound must be played and generate a wave file…
Yana D. Nugraha
  • 5,069
  • 10
  • 45
  • 59
1
vote
1 answer

Changing the tempo of a MIDI or WAV/MP3 file in FMOD

Is it possible to change the tempo of a MIDI or WAV/MP3 file using FMOD? I am using C++ alongside FMOD and cannot seem to find a function which will let me control the tempo of an audio file from variables received in the C part of the application.…
Dan Cailes
  • 11
  • 2
1
vote
1 answer

How do I make FMOD for iPhone sound not pause when iPhone locks?

I am using FMOD for iPhone to generate a tone and play it, but when the iPhone locks the sound pauses. This is not the desired behavior, and only recently popped up. I hadn't tested it in awhile, but the only thing that I think changed since last…
Ryan Maloney
  • 996
  • 11
  • 28
1
vote
1 answer

fmod halts Visual Studio 2008 output

This is a follow up to this post, but it's a little different so I felt it warranted a new question. Basically, Visual Studio has stopped outputting both printfs and memory leak info (I'm working on a DirectX app). After some digging, I've found…
mike
  • 536
  • 1
  • 6
  • 16
1
vote
1 answer

File not found error with FMOD FMOD_OUTPUTTYPE_WAVWRITER_NRT

i'm trying to run FMOD in WAVWRITER_NRT mode. I was modifying the example bundled with FMOD, but I always get an error on FMOD_System_Init. It says that the file cannot be found. I thought it would create a file to write output to. I have also tried…
EvilDuck
  • 4,386
  • 23
  • 32
1
vote
1 answer

FMOD - Unhandled Exception with no source code avaiable

I'm trying to get my audio track to play using FMOD but I keep getting an unhandled exception and then it says there's no source code available, and shows me disassembly code. main.cpp bool AudioProject::initAudio() { // Audio…
Craig
  • 11
  • 2
1
vote
0 answers

Unity throws FMod Error Loading File in Builds

I'm making a Unity game and in the Editor all audio clips play fine. However, when I try to play them from builds I get this error: Error: Cannot create FMOD::Sound instance for clip "Variation 1 Master" (FMOD error: Error loading file. ) I've…
Bert Haddad
  • 113
  • 5
1
vote
1 answer

Streaming MP3 from Internet with FMOD

I thought this would be a relatively simple task with something like FMOD, but I can't get it to work. Even the example code netstream doesn't seem to do the trick. No matter what mp3 I try to play with the netstream example program, I get this…
Kyle Gobel
  • 5,530
  • 9
  • 45
  • 68
1
vote
3 answers

Is this a correct way of doing this in C?

Should I change something in written code? Compiler says that everything is right — no errors or warnings. You are building a new home and you have calculated exactly how much cement you need for the foundation. Ideally you'd like to purchase this…
1
vote
3 answers

how to play midi file in android use fmod

I am trying to play midi file using fmod. But there is an error says that :a resource that the plugin requires cannot be found,(ie the DLS file for MIDI playback) I have searched results for problems like this,and referred to the fmod.h files. It…
mingzhu
  • 23
  • 2
  • 4
1
vote
1 answer

FMOD Voice Chat

I want to create a voice chat software using FMOD. Now I can receive data from microphone and play it immediately. It's also easy to send sound data to another computer on the network. But I don't know how to play the sent data on the other computer…
Kia.celever
  • 635
  • 2
  • 9
  • 16
1
vote
1 answer

Fmod: read audio files,add effects,and then save the result int to files

I am using FMOD to play some sounds from files and I add some effects. I want to preview the effects added to it, and save the satisfied result to disk. I have tried using SetOutput and Init and then createSound, playSound but I cannot hear the…
mingzhu
  • 23
  • 2
  • 4
1
vote
0 answers

How to load an *.mp3 from my asset in unity using FMOD?

I have an application that you can put your own songs and I want it to load them with the FMOD system. I'm trying this and unity closes me FMOD.RESULT result; FMOD.Sound sound1; FMOD.System system; FMOD.Channel channel; FMOD.ChannelGroup…
1
vote
1 answer

FMOD, Beats Per Second

Using FMOD (interactive audio middle ware), is it possible to calculate the Beats Per Second of a track in real time as it is playing? I am unable to find much information about this, it would be very useful. Will be using c# but will be able to…
Simon
  • 97
  • 1
  • 7
1
vote
2 answers

Change listener angle in FMOD

I have set up an event system in FMOD with 3D sound triggered when the listener is close to them. I want to be able to change the listener angle of the listener so that my entire sound landscape shifts the same amount of degrees as my listener…
Ellen S
  • 1,047
  • 1
  • 13
  • 18