Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
Sean DuBois a9fa9cdee1 Finish parsing config
Doesn't handle the packet count in the ToC yet
2022-06-07 23:57:36 -04:00
internal/oggreader Initial commit 2022-06-02 19:14:23 -04:00
bandtype.go Initial commit 2022-06-02 19:14:23 -04:00
errors.go Initial commit 2022-06-02 19:14:23 -04:00
frame.go Finish parsing config 2022-06-07 23:57:36 -04:00
go.mod Initial commit 2022-06-02 19:14:23 -04:00
opus.go Finish parsing config 2022-06-07 23:57:36 -04:00
table_of_contents_header.go Finish parsing config 2022-06-07 23:57:36 -04:00