https://github.com/membraneframework/membrane_audiometer_plugin
Elements for measuring the level of the audio stream
https://github.com/membraneframework/membrane_audiometer_plugin
Last synced: 11 months ago
JSON representation
Elements for measuring the level of the audio stream
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_audiometer_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2018-11-28T17:44:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:49:02.000Z (over 2 years ago)
- Last Synced: 2025-07-06T15:19:40.978Z (11 months ago)
- Language: Elixir
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane AudioMeter plugin
[](https://hex.pm/packages/membrane_audiometer_plugin)
[](https://hexdocs.pm/membrane_audiometer_plugin/)
[](https://circleci.com/gh/membraneframework/membrane_audiometer_plugin)
This package provides elements for measuring level of the audio stream.
Currently it is capable of measuring maximum amplitudes.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
```elixir
{:membrane_audiometer_plugin, "~> 0.12.0"}
```
## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)