Module opus

Source
Expand description
  • The Opus encoder for WaveWriter

Re-exports§

pub use impl_opus::*;

Modules§

impl_opus

Structs§

OpusEncoderOptions
The encoder options for Opus

Enums§

OpusBitrate
The bitrate option for the Opus encoder, the higher the better for audio quality.
OpusEncoderSampleDuration
The opus encoder only eats these durations of the samples to encode.Longer duration means better quality and compression.If longer than or equal to 10ms, the compression algorithm could be able to use some advanced technology.