Why is audio only played from the left earphone?

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

i use audiostreamplayer2d.

When i check inspector playing, it will also play from the right side
No problem on youtube, i can hear it from the right side

But when playing, no sound is played from the right side

:bust_in_silhouette: Reply From: Magso

Possibly because the AudioStreamPlayer2D node is to the left of the camera?

AudioStreamPlayer play’s audio directly, AudioStreamPlayer2D plays audio in a 2D space and AudioStreamPlayer3D plays audio in a 3D space.

I didn’t know that the camera position was related
Thank you! !

bgegg | 2019-11-23 02:49

1 Like