Hello!
I’m currently creating a project that involves a 3D environment that the player is able to walk around explore, with music that changes as they traverse around the environment.
So far I have been adding layers of music as Audio Source components in various 3D objects in the space, things like rocks, lanterns etc. I need to remove the Doppler effect as I’m using music rather than sound effects the music raises or lowers in pitch as the player moves about, something that I don’t want!
So far I’ve been removing the Doppler effect by lowering the level down to 0 this has worked really well. Unfortunately the latest piece of music/audio file seems to still have a Doppler effect, even after lowering the level down. Any idea why this is? Any way I can combat this? Is there a better, more efficient way of creating a dynamic, 3D soundscape?
Is it definitely still varying the pitch with Doppler on 0, or could it be just the panning? I’d try putting panning on 0 as well, if it’s not important to your 3D positioning of the music.
if i am getting you right,then you want to get the continuous sound with the same volume whatever will be the sound.
then you just need to place your audio sources need to your audio listener also disable your 3d sound effect for you audio clips…
it seems that the pitch is going up when moving forward/closer to the audio source and down when moving back/away from the audio source. i’ve noticed that if i put panning at 0, the audio will almost become 2D constantly loud (or ‘on’) rather than be positioned in a 3D space.
the opposite in fact, i need things to become louder when you approach them quieter when you walk away from them. think of a standard sound effect, like the crackling of a fire, but using music instead. each track (bass, lead melody etc.) of the music needs to be positioned in the 3D space, getting louder when you approach and quieter when you back away.
thanks for the help though!