Example #1
0
func IsInstalled() bool {
	return bool(C.al_is_audio_installed())
}
Example #2
0
File: audio.go Project: beoran/algo
// Returns true if the audio extension is installed
func IsAudioInstalled() bool {
	return cb2b(C.al_is_audio_installed())
}