RAA - puresound

puresound / 1.0

Short description: Streamer for the Enlightened Sound Daemon (esd)
Category: Library/Audio
Status: stable
Created: 2003-05-08 03:50:04 GMT
Last update: -
Owner: rikkus (Projects of this owner)
Homepage: http://rikkus.info/arch/PurESound.rb
Download: http://rikkus.info/arch/PurESound.rb
License: OpenSource
Dependency:
None
Description:

Class providing streaming to the Enlightened Sound Daemon (esd)
Pure Ruby, does not require libesd.

Example:

client = PurESound::Client.new
loop do
client.play STDIN.read(4096)
end

Edit this project (for project owner)

back to RAA top