Prevent spatializer from narrowing stereo width when distance is between 0 and 5

Hi everyone! I’m new to this forum and glad to be part of the FMOD community.

I was wondering if there’s a way to prevent the spatializer from reducing the event stereo width/spread by default, even when the listener’s distance from the emitter equals 0.

As an example, I set up an event for a waterfall emitter that needs to be spatialized. But even when the listener is close to the waterfall (say, between 0 to 5 meters away), FMOD narrows the stereo width of the event. However, this is not the behavior I would expect. Instead, I’d like the waterfall width to be maximum when the listener is within the event minimum distance range and narrowed as the listener moves away from it. Is there a workaround for that?

Thanks everyone for your time and support! Have a great day,
Simone

Have you tried fiddling with the spatializer effect’s “sound size” and “min extent” properties? Together, they define the width of spatialized events. It sounds like you want to set sound size to a greater value.

Yes, I have tried using both, but to no avail. And even if I set the sound size to the maximum value, FMOD still reduces the width of the sound file. The only way I can actually hear the full stereo spread of the file is by bypassing the spatializer.

On the 2D pan mix control, you can play with the “Width” - try automating it to 180 degrees when built-in distance param is low (you’ll also need to bring the “Mix” up)

image

Thank you so much, Damion! I would definitely appreciate if this was the default behavior when using the spatializer but your suggestion did the trick