fmod
Sound recording with FMOD library
Is there a C++ tutorial on FMOD that shows how to record sound from microphone? Is it even possible?! 开发者_开发问答Thanks everyone.It is indeed possible. Check FMOD example directory(\\FMOD SoundSys[详细]
2023-03-26 20:43 分类:问答Set sample rate in fmod
How do I set up the sample rate in Fmod? I initiate my event system with the following code. Can I add the sample rate into 开发者_JS百科this method?[详细]
2023-03-21 00:46 分类:问答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 shift[详细]
2023-03-19 18:04 分类:问答compiling FMOD with mingw?
I have the following example from gamedev, and I was wondering how 开发者_StackOverflowyou would go about compiling this. I\'ve downloaded FMOD and its installed in C:\\Program Files\\FMOD SoundSystem[详细]
2023-03-19 01:40 分类:问答Play fmod event sounds in 3D
I have an event called Numbers. In Fmod Designer the event plays different numbers depending on listenerAngle. I want to be able to hear the different sounds when I position this event in a 3D space.[详细]
2023-03-17 23:41 分类:问答FMOD Result not being recognized as a valid type?
I have following block of code copied almost verbatim out of the fmod tutorials, with a minor modification of variable names so as not to conflict with anything. My code compiles fine without any of t[详细]
2023-03-17 14:13 分类:问答Fmod listener position
Is it possible to have several sounds on different places in a 3D sound world in Fmod? I would like to plot up all the sounds in this 3D world and move around the player.[详细]
2023-03-17 01:03 分类:问答Fmod distance parameter
Is there a way to only set the distance parameter in Fmod for iPhone development? I can set 3D Max och Min Distance in Fmod Designer. I would like to only use the distance feature and not the angle fe[详细]
2023-03-16 21:33 分类:问答MiniFMOD compilation
I\'m starting development, and yet having lots of problems coming out from the moment I \'m trying to go a little bit out of bounds.[详细]
2023-03-16 19:02 分类:问答How to pass a sound name to Fmod on iPhone
Is there a way to get fmod to play a sound based on sound name? I can loop out the sound name by using this code:[详细]
2023-03-15 12:34 分类:问答