webrtc
webrtc copied to clipboard
Decoding Opus packets
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