README.txt

Path: README.txt
Last Update: Thu Jun 14 00:18:31 PDT 2007

Net::RAOP::Client

  http://raop.rubyforge.org/

DESCRIPTION

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

EXAMPLES

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

Then pipe your decoded stream:

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

TODO

  • Add support for decoding OGG, M4P, MP3
  • Speed up encoding

AUTHORS

Copyright © 2007 by Aaron Patterson (aaronp@rubyforge.org)

ACKNOWLEDGMENTS

Most of this code was based on JustePort, so Thank You for JustePort!

LICENSE

This library is distributed under the GPL. Please see the LICENSE file.

[Validate]