fmod
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.[详细]
2023-04-10 20:21 分类:问答Streaming a remote file
i\'m开发者_StackOverflow中文版 new to fmod, and I\'m trying to use it for a simple application.[详细]
2023-04-08 16:58 分类:问答FMod Memory Stream Problem
EDIT: Well...that\'s very interesting.I made settings into a pointer and passed that.Worked beautifully.So, this is solved.I\'ll leave it open for anyone curious to the answer.[详细]
2023-04-06 09:01 分类:问答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.[详细]
2023-04-06 01:04 分类:问答Trying to call functions from other classes
I\'m trying to get FMOD working but I just can\'t get the main() to call it int main() { cout << "Us开发者_运维技巧ing FMOD \\n";[详细]
2023-04-06 00:36 分类:问答FMOD gapless loop and sequence playback
I started using FMOD library, because I need to play sounds without gaps in C# application (both one sound in a loop and many sounds in a sequence). Can anyone show me the correct way to do it? I trie[详细]
2023-04-03 19:26 分类:问答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 to get around. I want to do some branching audio stuff and sync some gameplay action to beats and[详细]
2023-04-02 15:33 分类:问答FMOD channel setVolume doesn't work
I use this: err = channel->setVolume(someVolumeBetween0and1); Even if err is FMOD_OK, the volume doesn\'t change. Am I doing something wrong? Is there any way to change the volume for a sound(ch[详细]
2023-03-30 08:47 分类:问答Max 3D distance in fmod
I wonder what the maximum number of max 3d distance is? I have set it to 5250 in Fmod Designer but when I build my files it doesn\'t take effect. It works with 40 though. Can I change it in the 开发者[详细]
2023-03-27 15:24 分类:问答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)[详细]
2023-03-27 05:27 分类:问答