Skip to content

fishjam-dev/membrane_g711_plugin

Repository files navigation

Membrane G.711 Plugin

Hex.pm API Docs CircleCI

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.

Installation

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

def deps do
  [
    {:membrane_g711_plugin, "~> 0.1.0"}
  ]
end

Usage

For usage examples, refer to the scripts in examples/ directory.

Benchmarks

A summary of the benchmarks carried out for this plugin is available in the benchmarks/ directory.

Copyright and License

Copyright 2023, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0