// VersionText returns the textual description of the PortAudio release. func VersionText() string { return C.GoString(C.Pa_GetVersionText()) }
// GetVersionText function as declared in portaudio/portaudio.h:63 func GetVersionText() string { __ret := C.Pa_GetVersionText() __v := packPCharString(__ret) return __v }