Example #1
0
File: ao.go Project: k19k/go-ao
func Shutdown() {
	C.ao_shutdown()
}
Example #2
0
func Shutdown() {
	C.ao_shutdown()
	C.mpg123_exit()
}