From: Aaron Patterson Date: 2008-10-03T15:28:34+09:00 Subject: [ANN] icanhasaudio 0.1.3 Released icanhasaudio version 0.1.3 has been released! * * * Hai! icanhasaudio? is an interface to lame for decoding ur MP3s. I iz in ur computer. Decodin ur mp3s. Whatevs! I also decodin ur OGGz! I kin also encodin' ur WAV and AIFF to mp3z! ## SYNOPSYS ROFLOL require 'icanhasaudio' reader = Audio::MPEG::Decoder.new File.open(ARGV[0], 'rb') { |input_lol| File.open(ARGV[1], 'wb') { |output_lol| reader.decode(input_lol, output_lol) } } Changes: ### 0.1.3 * Bugfix * Some IOs do not respond to path, so bitrate can not be file size based. * * * -- Aaron Patterson http://tenderlovemaking.com/