[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] raop-client 0.1.0 Released

Aaron Patterson

6/14/2007 7:31:00 AM

raop-client version 0.1.0 has been released!

http://raop.ruby...

Net::RAOP::Client is an Airport Express client. It allows you to stream
music to an Airport Express.

Example:

raop = Net::RAOP::Client.new('192.168.1.173')
raop.connect
raop.volume = 40
raop.play $stdin
raop.disconnect

Then pipe your decoded stream:

% lame --decode phil_collins.mp3 - | ruby stream.rb

Changes:

= Net::RAOP::Client CHANGELOG

== 0.1.0

* Birthday!

http://raop.ruby...

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