Audio playing in one side

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

Hi, I’m trying to use this song for my game: http://ericskiff.com/music/Resistor%20Anthems/02%20Underclocked%20(underunderclocked%20mix).mp3

But when i add it into my AudioStream2D i can only hear it form the left side.
I converted the audio file to .wav

:bust_in_silhouette: Reply From: Magso

You need AudioStreamPlayer for music. AudioStreamPlayer2D and AudioStreamPlayer3D emit the sound from their position.

https://docs.godotengine.org/en/3.1/tutorials/audio/audio_streams.html

Haha, understood, thanks!

MaximoTG98 | 2019-07-30 23:43