README.md

# Membrane Multimedia Framework: FLAC audio format definition

[![CircleCI](https://circleci.com/gh/membraneframework/membrane-caps-audio-flac.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane-caps-audio-flac)

This package provides FLAC audio format definition (so-called caps) for the
[Membrane Multimedia Framework](https://membraneframework.org).

## Installation

Unless you're developing an 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_caps_audio_flac, "~> 0.1"}
```

## Sponsors

This project is sponsored by [Abridge AI, Inc.](https://abridge.ai)

## Copyright and License

Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane-caps-audio-flac)

[![Software Mansion](https://membraneframework.github.io/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane-caps-audio-flac)

Licensed under the [Apache License, Version 2.0](LICENSE)