View Source Membrane.G711.FFmpeg.Decoder (Membrane G711 FFmpeg Plugin v0.1.1)

Membrane element that decodes audio in G711 format. It is backed by decoder from FFmpeg.

At the moment, only A-law is supported.

Pads

:input

Accepted formats:

%RemoteStream{}
%G711{encoding: :PCMA}
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

%RawAudio{channels: G711.num_channels(), sample_rate: G711.sample_rate()}
Direction::output
Availability::always
Flow control::auto