Membrane Element: Lame Encoder

THIS PACKAGE HAS BEEN MOVED

Please use membrane_mp3_lame_plugin.

Hex.pm API Docs CircleCI

Module containing element that encodes raw audio to MPEG-1 layer 3 format.

For now, only encoding audio with 2 channels, s32le format and 44100 sample rate is supported.

It is part of Membrane Multimedia Framework.

Installation

Add the following line to your deps in mix.exs. Run mix deps.get.

{:membrane_element_lame, "~> 0.4.0"}

Lame encoder library is required to use this element. You can install it using the following commands:

MacOS

brew install lame

Ubuntu

sudo apt-get install libmp3lame-dev

Arch, Manjaro

sudo pacman -S lame

Fedora

sudo dnf install lame-devel

Copyright 2018, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0