README.md
# Membrane Multimedia Framework: RTP MPEGAudio Plugin
This package provides elements that can be used to depayload MPEG audio RTP packets.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_rtp_mpegaudio_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_mpegaudio_plugin, "~> 0.4.0-alpha"}
]
end
```
Docs can be found at <https://hexdocs.pm/membrane_rtp_mpegaudio_plugin>.
## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[![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)
Licensed under the [Apache License, Version 2.0](LICENSE)