| Short description: |
Package for playing sounds on Windows |
| Category: |
Library/Win32 |
| Status: |
stable |
| Created: |
2004-02-14 23:14:51 GMT |
| Last update: |
2009-08-06 22:37:28 GMT |
| Owner: |
Daniel J. Berger
(Projects of this owner) |
| Homepage: |
http://rubyforge.org/projects/win32utils/ |
| Download: |
http://rubyforge.org/frs/download.php/61685/win32-sound-0.4.2.zip
|
| License: |
Artistic |
| Dependency: |
|
| Description: |
Description
A package for playing sounds on Windows
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.2 (2009-08-06)]
[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)]
|