Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_raw_audio_format
Raw audio format definition for the Membrane Multimedia Framework
https://github.com/membraneframework/membrane_raw_audio_format
Last synced: 2 days ago
JSON representation
Raw audio format definition for the Membrane Multimedia Framework
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_raw_audio_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2017-01-26T11:27:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T15:54:47.000Z (7 months ago)
- Last Synced: 2024-04-03T16:57:34.959Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: Raw audio format definition
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_raw_audio_format.svg)](https://hex.pm/packages/membrane_raw_audio_format)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_raw_audio_format)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_raw_audio_format/tree/master.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_raw_audio_format/tree/master)This package provides raw audio format definition for the [Membrane Multimedia Framework](https://membraneframework.org).
Beyond general data structures it contains some useful helper functions for
manipulating raw audio samples.## 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 raw 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_raw_audio_format, "~> 0.12.0"}
```## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_raw_audio_format)
[![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_raw_audio_format)
Licensed under the [Apache License, Version 2.0](LICENSE)