[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] icanhasaudio 0.0.3 Released

Aaron Patterson

8/6/2007 2:25:00 AM

icanhasaudio version 0.0.3 has been released!

* <http://seattlerb.rubyforg...

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
* 1 minor enhancement
* Fixed extconf to be a little more smart.

* <http://seattlerb.rubyforg...

--
Aaron Patterson
http://tenderlovem...

2 Answers

Ari Brown

8/6/2007 2:34:00 AM

0

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

> icanhasaudio version 0.0.3 has been released!
>
> * <http://seattlerb.rubyforg...
>
> 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.



Aaron Patterson

8/6/2007 7:03:00 PM

0

On Mon, Aug 06, 2007 at 11:34:11AM +0900, Ari Brown wrote:
> On Aug 5, 2007, at 10:25 PM, Aaron Patterson wrote:
>
> >icanhasaudio version 0.0.3 has been released!
> >
> >* <http://seattlerb.rubyforg...
> >
> >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!

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

http://tenderlovem...2007/07/23/streaming-kexp-...

Hopefully other people will find good uses!

--
Aaron Patterson
http://tenderlovem...