This package provides Opus audio format description for the Membrane Multimedia Framework.
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 2019, Software Mansion
Licensed under the Apache License, Version 2.0