In-memory Ogg Opus family-0 file APIs.
This module is deliberately separate from the raw Opus packet APIs on
RustyOpus. Output is a minimal Ogg Opus file and does not copy comments.
Summary
Functions
@spec decode(binary()) :: {:ok, RustyOpus.PCM.t()} | {:error, RustyOpus.Error.t()}
@spec encode( RustyOpus.PCM.t(), keyword() ) :: {:ok, binary()} | {:error, RustyOpus.Error.t()}
@spec reencode( binary(), keyword() ) :: {:ok, binary()} | {:error, RustyOpus.Error.t()}