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

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