README.md

# Membrane G.711 Plugin

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_g711_plugin.svg)](https://hex.pm/packages/membrane_g711_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_g711_plugin)
[![CircleCI](https://circleci.com/gh/jellyfish-dev/membrane_g711_plugin.svg?style=svg)](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/).

## Copyright and License

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

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