GAMME — Audio → OGG
Game sound slots in Customize accept .ogg only (Vorbis). WAV and MP3 uploads are rejected until converted. Use any desktop converter (Audacity, ffmpeg, online tools), then upload the OGG in Customize → Sound.
Target: .ogg

Why OGG? OGG Vorbis plays reliably in browsers and keeps file size reasonable for web games.

  • ffmpeg (CLI): ffmpeg -i input.wav -c:a libvorbis -qscale:a 5 output.ogg
  • Audacity: File → Export → Export as OGG Vorbis.
  • After conversion, open your game in Studio → Customize → Sound → pick a slot → Upload OGG.