Skip to content

wbourne0/portaudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portaudio

This package provides an interface to the PortAudio audio I/O library. See the package documentation for details. Forked of (http://godoc.org/github.com/gordonklaus/portaudio

Install

First you need to uninstall portaudio19-dev if you have it installed with apt-get install portaudio19-dev because it does not have the archive file.

Enter tmp directory: cd /tmp

Download the newest version of portaudio here.

Extract the tar file: tar -xf pa_*.tgz.

Enter portaudio directory: cd portaudio

Install: ./configure --enable-static=yes --enable-shared=false && make install

About

Go bindings for the PortAudio audio I/O library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • C 1.4%