PortAudio
Go bindings for the PortAudio audio I/O library
About PortAudio
portaudio
This package provides an interface to the PortAudio audio I/O library. See the package documentation for details.
To build this package you must first have the PortAudio development headers and libraries installed. Some systems provide a package for this; e.g., on Ubuntu you would want to run apt-get install portaudio19-dev. On other systems you might have to install from source.
Thanks to sqweek for motivating and contributing to host API and device enumeration.
Frequently Asked Questions
What is PortAudio?
PortAudio is a Audio and Music library for the Go programming language. Go bindings for the PortAudio audio I/O library
How do I install PortAudio?
Install PortAudio with the Go module system using `go get gordonklaus/portaudio`. Check the repository for the current installation instructions.
What category does PortAudio belong to?
PortAudio is listed under Audio and Music, specifically Audio and Music.