gordonklaus / portaudio

Go bindings for the PortAudio audio I/O library
MIT License
704 stars 95 forks source link

how can I use go get ? #48

Closed augustine-lin closed 3 years ago

augustine-lin commented 3 years ago

Dear Sir Sorry for the interruption I want to know if I can use go get to install this library? or How to install this library?

gordonklaus commented 3 years ago

Yes, you can use go get github.com/gordonklaus/portaudio but please see the README for prerequisites.

augustine-lin commented 3 years ago

@gordonklaus Thank you.

after I did brew install portaudio

go get github.com/gordonklaus/portaudio it works