From: Bill Kelly Date: 2003-11-08T07:19:23+09:00 Subject: Re: process .wav file? Hi, From: "mike re-v" > > I would like to play a very short sound effect( .wav > file ) > repeatedly. > ############################################ > aFile = File.new("foo.wav", "r") > # ... process the file > > aFile.close > ########################################### > the above code is found in pickaxe pg 108 > I can r/w regex loop, count words, or characters in a > txt file. Where would you suggest I look to play the > .wav (process) the file using Ruby? Have a look at: http://www.ruby-talk.org/55423 Hope this helps, Bill