@hackage conduit-audio-lame0.1.2.1

conduit-audio interface to the LAME MP3 library

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.