is there a way to place audio streams playback ALWAYS in center at Godot 3.0 ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Carlos Pazuzu

DUDE!

Why do the AudioStreamPlayer2D sound pan is now is based on the node position? ='(

Is there a way to make it always centered, not programatically ?

:bust_in_silhouette: Reply From: quijipixel

I think that AudioStreamPlayer2D is intended for positioned audio. If you want to play audio without the position logic you might as well test the AudioStreamPlayer instead (no 2D).

Yes! Really, my bad. Thanks A LOT!

Carlos Pazuzu | 2018-02-04 17:46