https://github.com/membraneframework/membrane_flac_format
FLAC audio format description for Membrane Framework
https://github.com/membraneframework/membrane_flac_format
Last synced: 8 months ago
JSON representation
FLAC audio format description for Membrane Framework
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_flac_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2019-05-27T13:07:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:57:26.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:39:05.525Z (over 1 year ago)
- Language: Elixir
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: FLAC audio format definition
[](https://hex.pm/packages/membrane_flac_format)
[](https://hexdocs.pm/membrane_flac_format/)
[](https://circleci.com/gh/membraneframework/membrane_flac_format)
This package provides FLAC audio format definition for the
[Membrane Multimedia Framework](https://membraneframework.org).
## 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 FLAC encoded audio.
However, if you are developing an Element or need to add it due to any other
reason, just add the following line to your `deps` in the `mix.exs` and run
`mix deps.get`.
```elixir
{:membrane_flac_format, "~> 0.2.0"}
```
## Sponsors
This project is sponsored by [Abridge AI, Inc.](https://abridge.com)
## Copyright and License
Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_flac_format)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_flac_format)
Licensed under the [Apache License, Version 2.0](LICENSE)