View Source Membrane.AudioFiller (Membrane AudioFiller plugin v0.2.1)

Element ensures that audio will be consistent by filling 'holes' with silence. In order for AudioFiller to work properly, all buffers processed have to have correct timestamps (pts).

element-options

Element options

Passed via struct Membrane.AudioFiller.t/0

  • min_audio_loss

    Membrane.Time.t()

    Default value: 1000000
    Minimal time of audio loss in nanoseconds that filler should fill with silence

pads

Pads

input

:input

Accepted formats:

RawAudio
Direction::input
Availability::always
Flow control::auto
Demand unit:nil

output

:output

Accepted formats:

RawAudio
Direction::output
Availability::always
Flow control::auto
Demand unit:nil

Link to this section Summary

Types

t()

Struct containing options for Membrane.AudioFiller

Functions

Returns description of options available for this module

Link to this section Types

@type t() :: %Membrane.AudioFiller{min_audio_loss: Membrane.Time.t()}

Struct containing options for Membrane.AudioFiller

Link to this section Functions

@spec options() :: keyword()

Returns description of options available for this module