[Ruby] [ANN] raop-client 0.1.0 Released
Harry Dean Hudson Jr.
dean at ero.com
Thu Jun 14 03:04:44 PDT 2007
I appreciate your contribution, but I'm still full from cake.
On 6/13/07, Aaron Patterson <aaron at tenderlovemaking.com> wrote:
> raop-client version 0.1.0 has been released!
>
> http://raop.rubyforge.org/
>
> 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.rubyforge.org/
>
> --
> Aaron Patterson
> http://tenderlovemaking.com/
> _______________________________________________
> Ruby at zenspider.com - Seattle.rb non-commercial list
> http://www.zenspider.com/seattle.rb
> http://www.zenspider.com/mailman/listinfo/ruby
>
>
More information about the Ruby
mailing list