https://github.com/fishjam-dev/membrane_g711_plugin
Membrane G.711 decoder, encoder and parser
https://github.com/fishjam-dev/membrane_g711_plugin
Last synced: about 1 year ago
JSON representation
Membrane G.711 decoder, encoder and parser
- Host: GitHub
- URL: https://github.com/fishjam-dev/membrane_g711_plugin
- Owner: fishjam-dev
- License: apache-2.0
- Created: 2023-12-27T17:22:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:50:53.000Z (over 2 years ago)
- Last Synced: 2025-04-12T17:50:45.221Z (about 1 year ago)
- Language: Elixir
- Size: 588 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane G.711 Plugin
[](https://hex.pm/packages/membrane_g711_plugin)
[](https://hexdocs.pm/membrane_g711_plugin)
[](https://circleci.com/gh/jellyfish-dev/membrane_g711_plugin)
This package provides G.711 audio decoder, encoder and parser.
At the moment, only G.711 A-law is supported.
It is part of [Membrane Multimedia Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_g711_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_g711_plugin, "~> 0.1.0"}
]
end
```
## Usage
For usage examples, refer to [the scripts in `examples/` directory](https://github.com/jellyfish-dev/membrane_g711_plugin/tree/main/examples/).
## Benchmarks
A summary of the benchmarks carried out for this plugin is available in [the `benchmarks/` directory](https://github.com/jellyfish-dev/membrane_g711_plugin/tree/main/benchmarks/).
## Copyright and License
Copyright 2023, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)