README.md
# Membrane RTP G711 plugin
[](https://hex.pm/packages/membrane_rtp_g711_plugin)
[](https://circleci.com/gh/jellyfish-dev/membrane_rtp_g711_plugin)
RTP payloader and depayloader for G711 audio.
It is part of [Membrane Multimedia Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_rtp_g711_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_g711_plugin, "~> 0.1.0"}
]
end
```
## Copyright and License
Copyright 2023, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)