Registry / other / lherman-cs-opus

lherman-cs-opus

JSON →
library0.0.2gogounverified

Go bindings for the Opus audio codec.

go get github.com/lherman-cs/opus
INSTALL
IMPORT
SIG · LHERMAN-CS-OPUS
L
lherman-cs-opus
othergov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

opus
github.com/lherman-cs/opus

Create an Opus encoder

package main import ( "fmt" "github.com/lherman-cs/opus" ) func main() { enc, err := opus.NewEncoder(48000, 1, opus.AppAudio) if err != nil { panic(err) } fmt.Println(enc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lherman-cs-opus — go get lherman-cs-opus · libregistry