Pure Go implementation of Opus. Fork of https://github.com/pion/opus
Go to file
2022-09-20 23:09:04 -04:00
examples/decode Start READMEs 2022-09-20 23:09:04 -04:00
internal Properly pass decoded excitation into LTP Synthesis 2022-09-20 15:58:02 -04:00
pkg/oggreader Upgrade oggreader to be segment aware 2022-09-20 22:29:27 -04:00
decoder.go Use float32 instead of float64 internally 2022-09-20 14:17:13 -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
README.md Start READMEs 2022-09-20 23:09:04 -04:00
table_of_contents_header.go Continue work on Silk decoder 2022-07-16 00:31:59 -04:00


Opus

Pure Go implementation of the Opus Codec

Opus Slack Widget
GoDoc Coverage Status Go Report Card License: MIT


This package provides a Pure Go implementation of the Opus Codec

Why Opus?

Why Opus in Go?

Running

Get Involved!

Roadmap