Registry / other / gopus
library0.0.0-20210501142526-1ee02d434e32gogounverified

Gopus provides Go bindings for the Opus audio codec, enabling encoding and decoding of audio streams.

go get layeh.com/gopus
INSTALL
IMPORT
SIG · GOPUS
G
gopus
othergov0.0.0-20210501142526-1ee02d434e32
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.

gopus
layeh.com/gopus

Creates a new Opus encoder with sample rate 48000, mono, and audio input.

package main import ( "layeh.com/gopus" ) func main() { enc, err := gopus.NewEncoder(48000, 1, gopus.Audio) if err != nil { panic(err) } _ = enc }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210501142526-1ee02d434e32latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gopus — go get gopus · libregistry