https://github.com/membraneframework/membrane_rtp_g711_plugin
Membrane RTP payloader and depayloader for G711 audio
https://github.com/membraneframework/membrane_rtp_g711_plugin
Last synced: 6 months ago
JSON representation
Membrane RTP payloader and depayloader for G711 audio
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_rtp_g711_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2023-11-09T16:55:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:26:04.000Z (about 1 year ago)
- Last Synced: 2025-04-30T21:02:38.453Z (about 1 year ago)
- Language: Elixir
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane RTP G711 plugin
[](https://hex.pm/packages/membrane_rtp_g711_plugin)
[](https://circleci.com/gh/jellyfish-dev/membrane_rtp_g711_plugin)
RTP payloader and depayloader for G711 audio.
It is part of [Membrane Multimedia Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_rtp_g711_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_g711_plugin, "~> 0.3.2"}
]
end
```
## Copyright and License
Copyright 2023, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)