Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_flac_format
FLAC audio format description for Membrane Framework
https://github.com/membraneframework/membrane_flac_format
Last synced: 2 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:57:26.000Z (12 months ago)
- Last Synced: 2024-05-18T03:41:28.818Z (6 months ago)
- Language: Elixir
- Size: 31.3 KB
- Stars: 0
- Watchers: 4
- 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
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_flac_format.svg)](https://hex.pm/packages/membrane_flac_format)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_flac_format/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_flac_format.svg?style=svg)](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)
[![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_flac_format)
Licensed under the [Apache License, Version 2.0](LICENSE)