Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xlab/portaudio-go
Package portaudio provides Go bindings for PortAudio.
https://github.com/xlab/portaudio-go
Last synced: about 1 month ago
JSON representation
Package portaudio provides Go bindings for PortAudio.
- Host: GitHub
- URL: https://github.com/xlab/portaudio-go
- Owner: xlab
- Created: 2016-01-05T21:44:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T16:50:32.000Z (about 7 years ago)
- Last Synced: 2024-06-18T21:45:03.544Z (5 months ago)
- Language: Go
- Homepage: http://www.portaudio.com
- Size: 38.1 KB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
portaudio-go
============The package provides Go bindings for [PortAudio](http://www.portaudio.com).
All the code has automatically been generated with rules defined in [portaudio.yml](/portaudio.yml).### Usage
```
$ brew install portaudio
(or use your package manager)$ go get github.com/xlab/portaudio-go/portaudio
```See [example#1](https://github.com/xlab/alac-go/blob/master/cmd/alac-player/main.go).
### Rebuilding the package
You will need to get the [cgogen](https://git.io/cgogen) tool installed first.
```
$ git clone https://github.com/xlab/portaudio-go && cd portaudio-go
$ make clean
$ make
```