gordonklaus / portaudio

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

Added comments/documentation to portaudio.go #13

Closed jkearse3 closed 7 years ago

jkearse3 commented 8 years ago

First of all thanks for the great work on this library. I noticed that there is a lack in documentation on the package and I had to keep referencing the C API as I have been tinkering, so I began adding that documentation to the package to allow it to be more easily accessible via sources such as https://godoc.org. Is this acceptable?

gordonklaus commented 8 years ago

Looks great, thanks for the contribution!