Skip to content

xlab/portaudio-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portaudio-go

The package provides Go bindings for PortAudio.
All the code has automatically been generated with rules defined in portaudio.yml.

Usage

$ brew install portaudio
(or use your package manager)

$ go get github.com./xlab/portaudio-go/portaudio@latest

See example#1.

Rebuilding the package

You will need to get the c-for-go tool installed first.

$ git clone https://github.com./xlab/portaudio-go && cd portaudio-go
$ make clean
$ make

Troubleshooting

Package portaudio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `portaudio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'portaudio-2.0' not found
Package 'portaudio-2.0' not found
Package 'portaudio-2.0' not found
Package 'portaudio-2.0' not found

Install portaudio package using your package manager.

About

Package portaudio provides Go bindings for PortAudio.

Resources

Stars

Watchers

Forks

Packages

No packages published