I am making a magic game and I am trying to play an OGG sound. If I use AudioEngine::play2d("spellCast.ogg", false, 1.0f, nullptr);
my game freezes and doesn’t play the sound. If I do the same, except with an MP3 file AudioEngine::play2d("menuTheme.mp3", true, 1.0f, nullptr);
, it works file
1 post - 1 participant