Membrane Element: Lame v0.2.0 Membrane.Element.Lame.Encoder View Source
Element encoding raw audio into MPEG-1, layer 3 format
Link to this section Summary
Types
Struct containing options for Membrane.Element.Lame.Encoder
quality
: Quality of the encoded audio
Functions
Returns pads specification for Membrane.Element.Lame.Encoder
Returns description of options available for this module
Link to this section Types
Struct containing options for Membrane.Element.Lame.Encoder
quality
: Quality of the encoded audio.Defaults to
:medium
bitrate
: Output bitrate of encoded stream in kbit/sec.Defaults to
192
gapless_flush
: When this option is set to true, encoder will be flushed without outputting any tags and allowing to play such file gaplessly if concatenated with another file.Defaults to
true
Link to this section Functions
Returns pads specification for Membrane.Element.Lame.Encoder
They are the following:
Pad
:input
- availability:
:always
- caps:
Membrane.Caps.Audio.Raw
, params:format
::s32le
,sample_rate
:44100
,channels
:2
- demand unit:
:bytes
- direction:
:input
- mode:
:pull
- availability:
Pad
:output
- availability:
:always
- caps:
Membrane.Caps.Audio.MPEG
, params:channels
:2
,sample_rate
:44100
,layer
::layer3
,version
::v1
- direction:
:output
- mode:
:pull
- availability:
Returns description of options available for this module