conduit-audio-lame

conduit-audio interface to the LAME MP3 library

http://github.com/mtolly/conduit-audio

Latest on Hackage:0.1.2.1@rev:2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Michael Tolly
Maintained by [email protected]

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.