iphone - Fmod listener position -


is possible have several sounds on different places in 3d sound world in fmod? plot sounds in 3d world , move around player.

i developing iphone.

to place channel or event in 3d location use either channel::set3dattributes or event::set3dattributes, these functions take 3d world position , direction vector.

if want "walk" around 3d world, need adjust listener position either system::set3dlistenerattributes or eventsystem::set3dlistenerattributes (depending on if using fmod low level api or fmod event system api. these functions take position vector, velocity vector, forward vector , vector.

i recommend referring 3d example ships fmod , checking fmodex.chm more details above functions.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -