Description
conduit-audio interface to the LAME MP3 library.
Description
A simple binding to the LAME MP3 library for use with conduit-audio
, to save audio streams as MP3 files.
Requires the LAME library. On Ubuntu, apt-get install libmp3lame-dev
; on Mac with Homebrew, brew install lame
.
LAME is LGPL licensed, so you may dynamically link to it from a closed-source program.