Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework-labs/membrane-element-mpegaudioparse
Element capable of parsing bytestream into MPEG audio frames
https://github.com/membraneframework-labs/membrane-element-mpegaudioparse
Last synced: 9 days ago
JSON representation
Element capable of parsing bytestream into MPEG audio frames
- Host: GitHub
- URL: https://github.com/membraneframework-labs/membrane-element-mpegaudioparse
- Owner: membraneframework-labs
- License: apache-2.0
- Created: 2017-03-16T17:12:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T10:01:07.000Z (about 3 years ago)
- Last Synced: 2024-12-29T14:27:07.899Z (10 days ago)
- Language: Elixir
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: MPEGAudioParse Element
[![Build Status](https://travis-ci.com/membraneframework/membrane-element-mpegaudioparse.svg?branch=master)](https://travis-ci.com/membraneframework/membrane-element-mpegaudioparse)
This package provides elements that can be used to parse bytestreams into
individual MPEG audio buffers.It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
```elixir
{:membrane_element_mpegaudioparse, "~> 0.6.0"}
```## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[![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)
Licensed under the [Apache License, Version 2.0](LICENSE)