README.md
# Membrane FLAC plugin
[](https://hex.pm/packages/membrane_flac_plugin)
[](https://hexdocs.pm/membrane_flac_plugin/)
[](https://circleci.com/gh/membraneframework/membrane_flac_plugin)
This package provides an element for parsing FLAC encoded audio stream.
More info can be found in [the docs for element module](https://hexdocs.pm/membrane_flac_plugin).
## Installation
The package can be installed by adding `membrane_flac_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_flac_plugin, "~> 0.7.0"}
]
end
```
## 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_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_flac_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)