Exemple #1
0
func Install() bool {
	return bool(C.al_install_audio())
}
Exemple #2
0
// Installs the audio extension
func InstallAudio() bool {
	return cb2b(C.al_install_audio())
}