RAA - win32-sound/0.2.0

win32-sound / 0.2.0

Short description: Interface for playing sounds on the Win32 platform
Category: Library/Win32
Status: stable
Created: 2004-02-14 23:14:51 GMT
Last update: 2004-07-14 04:10:07 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://rubyforge.org/projects/win32utils/
Download: http://rubyforge.org/frs/download.php/980/win32-sound-0.2.0.zip
License: Ruby's
Dependency:
None
Description:

Interface for playing sounds on the Win32 platform

Synopsis
========
puts "Playing 'SystemAsterisk' sound"
Sound.play("SystemAsterisk",Sound::ALIAS)

puts "Playing 'chimes' sound once"
Sound.play("c:\\windows\\media\\chimes.wav")

Versions: [0.4.0 (2006-02-26)] [0.3.0 (2005-05-29)] [0.2.1 (2005-03-01)] [0.2.0 (2004-07-14)] [0.1.0 (2004-02-14)]

Edit this project (for project owner)

back to RAA top