https://github.com/fishjam-dev/membrane_rtp_g711_plugin
Membrane RTP payloader and depayloader for G711 audio
https://github.com/fishjam-dev/membrane_rtp_g711_plugin
Last synced: 3 months ago
JSON representation
Membrane RTP payloader and depayloader for G711 audio
- Host: GitHub
- URL: https://github.com/fishjam-dev/membrane_rtp_g711_plugin
- Owner: fishjam-dev
- License: apache-2.0
- Created: 2023-11-09T16:55:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:12:04.000Z (7 months ago)
- Last Synced: 2024-12-25T08:09:35.553Z (5 months ago)
- Language: Elixir
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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.2.0"}
]
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)