Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_opus_format
Opus audio format definition for Membrane Framework
https://github.com/membraneframework/membrane_opus_format
elixir membrane multimedia opus streaming
Last synced: 2 days ago
JSON representation
Opus audio format definition for Membrane Framework
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_opus_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2020-03-23T13:24:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:56:17.000Z (12 months ago)
- Last Synced: 2024-10-29T08:45:03.010Z (9 days ago)
- Topics: elixir, membrane, multimedia, opus, streaming
- Language: Elixir
- Homepage: https://membraneframework.org
- Size: 18.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 OPUS Format
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_opus_format.svg)](https://hex.pm/packages/membrane_opus_format)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_opus_format/)This package provides Opus audio format description for the
[Membrane Multimedia Framework](https://membraneframework.org).# Installation
Unless you're developing a Membrane Element it's unlikely 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 Opus encoded audio.However, if you are developing an Element or need to add it due to any other
reason, the package can be installed by adding `membrane_opus_format` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:membrane_opus_format, "~> 0.3.0"}
]
end
```## Copyright and License
Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_opus_format)
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_opus_format)
Licensed under the [Apache License, Version 2.0](LICENSE)