what kind of audio files does godot support.

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

Related question if im making a 2d game do i need the audiostreamplayer2d or can i use the audiostreamplayer

:bust_in_silhouette: Reply From: eons

Supports wav and ogg, AudioStreamPlayer2d is for positional audio, best if used with mono streams/samples (position does the stereo effect).

AudioStreamPlayer is a simple player for stream and mono audio that you want to play (background music, simple sfx).

Look here for some tips and recommendations for things related to audio Importing audio samples — Godot Engine (3.0) documentation in English