View Source Membrane.AudioFiller (Membrane AudioFiller plugin v0.3.0)
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
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
:input
Accepted formats:
RawAudio
Direction: | :input |
Availability: | :always |
Flow control: | :auto |
:output
Accepted formats:
RawAudio
Direction: | :output |
Availability: | :always |
Flow control: | :auto |
Summary
Types
Struct containing options for Membrane.AudioFiller
Types
@type t() :: %Membrane.AudioFiller{min_audio_loss: Membrane.Time.t()}
Struct containing options for Membrane.AudioFiller
Functions
@spec options() :: keyword()
Returns description of options available for this module