opusfile

API library for decoding and seeking in Opus audio files

brewmacoslinux
Try with needOr install directly
Source

About

API for decoding and seeking in .opus files

Commands

opusfile

Examples

Decode an Opus file to WAV format$ opusfile input.opus output.wav
Get information about an Opus file (requires opusinfo from opus-tools)$ opusinfo audio.opus
Use opusfile library in C code to decode Opus streams programmatically$ gcc -o decode decode.c -lopusfile -lopus