Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gordonklaus/portaudio
Go bindings for the PortAudio audio I/O library
https://github.com/Gordonklaus/portaudio
Last synced: 20 days ago
JSON representation
Go bindings for the PortAudio audio I/O library
- Host: GitHub
- URL: https://github.com/Gordonklaus/portaudio
- Owner: gordonklaus
- License: mit
- Created: 2015-09-16T07:59:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T11:42:29.000Z (over 1 year ago)
- Last Synced: 2024-07-31T01:22:44.082Z (4 months ago)
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 688
- Watchers: 13
- Forks: 93
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# portaudio
This package provides an interface to the [PortAudio](http://www.portaudio.com/) audio I/O library. See the [package documentation](http://godoc.org/github.com/gordonklaus/portaudio) 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.