Skip to content

membraneframework/membrane_opus_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membrane OPUS Format

Hex.pm API Docs

This package provides Opus audio format description for the Membrane Multimedia Framework.

Installation

Unless you're developing a Membrane Element it's unlikely 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 Opus encoded audio.

However, if you are developing an Element or need to add it due to any other reason, the package can be installed by adding membrane_opus_format to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_opus_format, "~> 0.3.0"}
  ]
end

Copyright and License

Copyright 2019, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0