Exemplo n.º 1
0
func Install() bool {
	return bool(C.al_install_audio())
}
Exemplo n.º 2
0
Arquivo: audio.go Projeto: beoran/algo
// Installs the audio extension
func InstallAudio() bool {
	return cb2b(C.al_install_audio())
}