README.md

# Membrane Multimedia Framework: RTP Opus

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_opus_plugin.svg)](https://hex.pm/packages/membrane_rtp_opus_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_opus_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_opus_plugin)

This package provides elements that can be used for depayloading Opus audio.

It is part of [Membrane Multimedia Framework](https://membraneframework.org).

## Installation

The package can be installed by adding `membrane_rtp_opus_plugin` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:membrane_rtp_opus_plugin, "~> 0.1.0"}
  ]
end
```

## Copyright and License

Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_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_rtp_opus_plugin)

Licensed under the [Apache License, Version 2.0](LICENSE)