README.md
# Membrane Audio Filler Plugin
[](https://hex.pm/packages/membrane_audio_filler_plugin)
[](https://hexdocs.pm/membrane_audio_filler_plugin)
[](https://circleci.com/gh/membraneframework/membrane_audio_filler_plugin)
Plugin providing element for filling missing buffers in audio stream by addding buffers with silence instead.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_audio_filler_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_audio_filler_plugin, "~> 0.3.0"}
]
end
```
## Usage
TODO
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_audio_filler_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_audio_filler_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)