Icanhasaudio 0.0.3 Released

icanhasaudio version 0.0.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!

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.0.3

On Aug 5, 2007, at 10:25 PM, Aaron P. wrote:

icanhasaudio version 0.0.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!

u r 1337!!!111oneoneelevenonehundredeleven

Nice! I’ve been looking for something that can decode my MP3s. Well,
I actually already had one, but I can always use it in Ruby!

1337
aRi
--------------------------------------------|
If you’re not living on the edge,
then you’re just wasting space.

On Mon, Aug 06, 2007 at 11:34:11AM +0900, Ari B. wrote:

u r 1337!!!111oneoneelevenonehundredeleven

Nice! I’ve been looking for something that can decode my MP3s. Well,
I actually already had one, but I can always use it in Ruby!

Thank you! I’ve been using it to stream interweb radio to my airport
express:

http://tenderlovemaking.com/2007/07/23/streaming-kexp-with-ruby/

Hopefully other people will find good uses!