/lamer

Ruby wrapper around the LAME library

Primary LanguageRubyMIT LicenseMIT

Lamer

Ruby Wrapper Around the LAME Library

Currently the program wraps around the LAME executable and exposes the LAME command line options to your Ruby program.

Todo

  • Documentation
  • Wrap the LAME library as an extension to remove the binary requirements

Install

sudo gem install lamer

Prerequisites

LAME

LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. Below is a list of pre-built binaries and a link to the source code.

Credits

This wrapper is built around the code of lame-encoder by Chris Anderson.

Authors