[](https://travis-ci.org/hraban/opus)
+*WARNING: This version is not yet released! No backwards compatibility is
+guaranteed in the API until this notice is removed from the README.*
+
## Go wrapper for Opus
This package provides Go bindings for the xiph.org C libraries libopus and
* decoders
* stream handlers
+### Import
+
+```go
+import "gopkg.in/hraban/opus.v2"
+```
+
### Encoding
To encode raw audio to the Opus format, create an encoder first: