Sounds in ruby

I've done a cursory search, but could find little support for sounds in
ruby. Is there some sound generating library that I have somehow missed. Has
anyone started work on this?
I would like to add the ability to play some type of sound file from a ruby
program. It would be cool to be platform independent, or at least run on
mac/linux/win32.
Any help would be appreciated.

Hi.

Here you can find windows library for playing sounds
http://rubyforge.org/projects/win32utils/ see win32-sound

···

On 12/17/05, soxinbox <faker@yahoo.com> wrote:

I've done a cursory search, but could find little support for sounds in
ruby. Is there some sound generating library that I have somehow missed.
Has
anyone started work on this?
I would like to add the ability to play some type of sound file from a
ruby
program. It would be cool to be platform independent, or at least run on
mac/linux/win32.
Any help would be appreciated.

--
anatol (http://pomozov.info)

The SDL (Simple Direct Layer) libraries might be useful, especially if you want cross-platform support. There are a couple different bindings, one is here:

-Justin

···

-----Original Message-----
From: soxinbox [mailto:faker@yahoo.com]
Sent: Fri 12/16/2005 8:27 PM
To: ruby-talk ML
Subject: sounds in ruby

I've done a cursory search, but could find little support for sounds in
ruby. Is there some sound generating library that I have somehow missed. Has
anyone started work on this?
I would like to add the ability to play some type of sound file from a ruby
program. It would be cool to be platform independent, or at least run on
mac/linux/win32.
Any help would be appreciated.