Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_audio_filler_plugin
Element for filling missing buffers in audio stream
https://github.com/membraneframework/membrane_audio_filler_plugin
Last synced: 2 days ago
JSON representation
Element for filling missing buffers in audio stream
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_audio_filler_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2023-01-10T11:17:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:51:06.000Z (12 months ago)
- Last Synced: 2024-09-19T13:21:34.007Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Audio Filler Plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_audio_filler_plugin.svg)](https://hex.pm/packages/membrane_audio_filler_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_audio_filler_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_audio_filler_plugin.svg?style=svg)](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)
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_audio_filler_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)