View Source Membrane.G711.Decoder (Membrane G711 Plugin v0.1.0)
Membrane element that decodes audio in G711 format.
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 |