Skip to content

membraneframework/membrane_audio_filler_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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