README.md
# Membrane Multimedia Framework: FLACParser
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_element_flac_parser.svg)](https://hex.pm/packages/membrane_element_flac_parser)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane-element-flac-parser.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane-element-flac-parser)
This package provides an element parsing FLAC encoded audio stream.
More info can be found in [the docs for element module](https://hexdocs.pm/membrane_element_flac_parser).
## Installation
The package can be installed by adding `membrane_element_flac_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_element_flac_parser, "~> 0.3.1"}
]
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-element-flac-parser)
[![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-element-flac-parser)
Licensed under the [Apache License, Version 2.0](LICENSE)