SFML audio Visual Studio
I am using Visual Studio to run a simple SFML code that renders a circle and plays audio. I am trying to play an audio before the rendering happens and after the rendering window is closed,
But for some reason after I close the rendering window the audio is not being played.