I get a very bad-quality sound when loading the background music to my game. Does anybody know how to solve this?
This is the music loading routine I'm using:
This is the music loading routine I'm using:
SonidoFondo = LoadSound("incbin::fondo1.ogg",True) If CanalFondo = 0 CanalFondo = AllocChannel() Else StopChannel(CanalFondo) End If PlaySound(SonidoFondo,CanalFondo)