https://github.com/fishjam-dev/membrane_g711_format
Membrane Multimedia Framework: G711 audio format definition
https://github.com/fishjam-dev/membrane_g711_format
Last synced: 21 days ago
JSON representation
Membrane Multimedia Framework: G711 audio format definition
- Host: GitHub
- URL: https://github.com/fishjam-dev/membrane_g711_format
- Owner: fishjam-dev
- License: apache-2.0
- Created: 2023-11-07T13:48:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T13:44:48.000Z (over 1 year ago)
- Last Synced: 2025-04-19T16:25:33.473Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: G711 audio format definition
[](https://hex.pm/packages/membrane_g711_format)
[](https://hexdocs.pm/membrane_g711_format)
[](https://circleci.com/gh/jellyfish-dev/membrane_g711_format)This package provides G711 audio format definition for the
[Membrane Multimedia Framework](https://membrane.stream).## Installation
Unless you're developing a Membrane Element it's unlikely that you need to
use this package directly in your app, as normally it is going to be fetched as
a dependency of any element that operates on G711 audio stream.However, if you are developing an Element or need to add it for any other reason,
the package can be installed by adding `membrane_g711_format` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:membrane_g711_format, "~> 0.1.0"}
]
end
```## Copyright and License
Copyright 2023, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)