Exemplo n.º 1
0
func IsInstalled() bool {
	return bool(C.al_is_audio_installed())
}
Exemplo n.º 2
0
Arquivo: audio.go Projeto: beoran/algo
// Returns true if the audio extension is installed
func IsAudioInstalled() bool {
	return cb2b(C.al_is_audio_installed())
}