I've got LAME. I've installed the gem. That's about as far as I've
gotten...
irb(main):001:0> require 'rubygems';require 'icanhasaudio'
=> true
irb(main):002:0> Audio::MPEG::Decoder.new.decode
NoMethodError: undefined method `decode' for #<Audio::MPEG::Decoder:0x726e8c
@bits=16>
from (irb):2
--
John Wulff