webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Decoding Opus packets

Open inevolin opened this issue 1 year ago • 0 comments

I am looking for a Go implementation/library for decoding Opus packets. The Readme states this library supports Opus and PCM formats, but I cannot find an API/example which decodes Opus to PCM.

I already tried this repo but it's not supporting all config types https://github.com/pion/opus/

For the time being I'm using Go bindings for Opus (C binaries) but this is not ideal/cross-compatible (for M1) https://github.com/layeh/gopus

inevolin avatar Jan 15 '24 12:01 inevolin