Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
Sean DuBois 56e47b2485 Update lpcSynthesis to take subframe only of out
Instead of doing arithmetic in the function make it the responsibility
of the caller.
2022-09-16 12:45:45 -04:00
examples/decode Add full decode test 2022-09-15 13:40:42 -04:00
internal Update lpcSynthesis to take subframe only of out 2022-09-16 12:45:45 -04:00
pkg/oggreader Remove testify dependency 2022-07-05 22:09:24 -04:00
decoder.go Add test cases for all subframes 2022-09-13 15:59:05 -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