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.1.0"}
  ]
end
```

## 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)