Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
Sean DuBois 1e8a69eba3 Implement Limiting the Prediction Gain of the LPC Filter
Don't have a test to actually exercise this behavior yet. All the test
files I have currently don't enter this block.

Defined in section-4.2.7.5.7
2022-09-03 23:54:52 -04:00
examples/decode Add RangeDecoder 2022-07-04 23:17:59 -04:00
internal Implement Limiting the Prediction Gain of the LPC Filter 2022-09-03 23:54:52 -04:00
pkg/oggreader Remove testify dependency 2022-07-05 22:09:24 -04:00
decoder.go Start to implement Silk LSF Decoding 2022-07-23 15:26:52 -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