package audio import rl "github.com/gen2brain/raylib-go/raylib" func Init() { rl.InitAudioDevice() } func Exit() { rl.CloseAudioDevice() }