Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
Sean DuBois 87d5d99155 Implement Pitch Lags
Defined in section-4.2.7.6.1
2022-09-11 23:32:29 -04:00
examples/decode Implement LPC Synthesis 2022-09-06 23:49:51 -04:00
internal Implement Pitch Lags 2022-09-11 23:32:29 -04:00
pkg/oggreader Remove testify dependency 2022-07-05 22:09:24 -04:00
decoder.go Implement LPC Synthesis 2022-09-06 23:49:51 -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 Continue work on Silk decoder 2022-07-16 00:31:59 -04:00