I try to play song with this code :
Player.Initialize
Player.SetVolume(1, 1)
Player.Load(File.DirAssets, "bip1.mp3")
Player.Play
And nothing is play
Player.Initialize
Player.SetVolume(1, 1)
Player.Load(File.DirAssets, "bip1.mp3")
Player.Play
And nothing is play