# Membrane G711 Plugin v0.1.3 - Table of Contents

> Membrane G711 decoder, encoder and parser

## Pages

- [Membrane G.711 Plugin](readme.md)
- [LICENSE](license.md)

## Modules

- [Membrane.G711.Decoder](Membrane.G711.Decoder.md): Membrane element that decodes audio in G711 format.
- [Membrane.G711.Encoder](Membrane.G711.Encoder.md): Membrane element that encodes raw audio frames to G711 format (only A-law is supported).
- [Membrane.G711.Parser](Membrane.G711.Parser.md): This element is responsible for parsing audio in G711 format.
The Parser ensures that output buffers have whole samples.
The parser doesn't ensure that in each output buffer, there will be the same number of samples.

## See Also

- [Membrane Framework AI Skill](https://hexdocs.pm/membrane_core/skill.md)
- [Membrane Core](https://hexdocs.pm/membrane_core/llms.txt)
