Example #1
0
func Install() bool {
	return bool(C.al_install_audio())
}
Example #2
0
File: audio.go Project: beoran/algo
// Installs the audio extension
func InstallAudio() bool {
	return cb2b(C.al_install_audio())
}