Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.29 KB

Membrane Audio Filler Plugin

Hex.pm API Docs CircleCI

Plugin providing element for filling missing buffers in audio stream by addding buffers with silence instead.

It is part of Membrane Multimedia Framework.

Installation

The package can be installed by adding membrane_audio_filler_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_audio_filler_plugin, "~> 0.3.0"}
  ]
end

Usage

TODO

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0