Hello,
Im trying to add sound in my game, but when I load a music as Song, if I play it, the fps of my game slowdowns to 2 fps... In pseudcode:
if music is not playing
music play
If I load it as SoundEffect, everything goes well, but I dont have a method to stop the sound...
It is normal? Thanks in advance..