Skip to content

membraneframework/membrane_raw_audio_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membrane Multimedia Framework: Raw audio format definition

Hex.pm API Docs CircleCI

This package provides raw audio format definition for the Membrane Multimedia Framework.

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.

	{:membrane_raw_audio_format, "~> 0.12.0"}

Copyright and License

Copyright 2018, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0