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: 14 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-10-25T04:09:36.121Z (14 days ago)
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 706
- Watchers: 13
- Forks: 94
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go-with-stars - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-Char - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music / Contents)
- awesome-go-cn - PortAudio
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go-stars - PortAudio(stars: 667) - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go-cn - PortAudio
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-open-synth - portaudio
- awesome-go-cn - PortAudio
- fucking-awesome-go - :octocat: PortAudio - Go bindings for the PortAudio audio I/O library. :star: 46 :fork_and_knife: 16 (Audio/Music)
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go - PortAudio - | (Audio and Music)
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. - :arrow_down:93 - :star:63 (Audio and Music)
- awesome-go - portaudio - Go bindings for the PortAudio audio I/O library - ★ 222 (Audio and Music)
- awesome-go-cn - PortAudio
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (<span id="音频和音乐-audio-and-music">音频和音乐 Audio and Music</span>)
- fucking-awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- fucking-awesome-go - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
- awesome-go-plus - PortAudio - Go bindings for the PortAudio audio I/O library. ![stars](https://img.shields.io/badge/stars-708-blue) ![forks](https://img.shields.io/badge/forks-94-blue) (Audio and Music)
- awesome-go-plus - PortAudio - Go bindings for the PortAudio audio I/O library. (Audio and Music)
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.