Membrane: Opus Format v0.2.0 Membrane.Opus View Source
This module implements struct describing an Opus-encoded audio stream.
Based on RFC 6716.
Link to this section Summary
Link to this section Types
Bitrate used to encode the stream in bit/s
.
Opus supports all bitrates from 6 kbit/s
to 510 kbit/s
,
so this value has to be in range 6144
to 522240
.
Number of channels transmitted in the stream.
Link to this type
t()
View Sourcet() :: %Membrane.Opus{bitrate: bitrate_t(), channels: channels_t()}