Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
Sean DuBois 0c432b922c Only support CELT for now
Assert that Hybrid or Silk wasn't selected
2022-06-12 16:02:47 -04:00
examples/decode Refactor to be real API 2022-06-11 16:19:32 -04:00
pkg/oggreader Refactor to be real API 2022-06-11 16:19:32 -04:00
decoder.go Only support CELT for now 2022-06-12 16:02:47 -04:00
errors.go Only support CELT for now 2022-06-12 16:02:47 -04:00
go.mod Initial commit 2022-06-02 19:14:23 -04:00
table_of_contents_header.go Add SampleRate method to Bandwidth 2022-06-11 21:43:09 -04:00