Question

I'm doing a application in Ruby/SDL to run only on Windows and I need to play OGG files (or some thing similar, like MP3) with speed changed, where I can specify how much faster or slower the song should be played. It need to be done without save the audio file and it have to allow me to play more than one music at the same time too.

Exist it to Ruby?

Was it helpful?

Solution

There is lib for many formats (including file perverts =) ) called FMOD. And there are ports of libvorbis and FMOD to ruby (see links).

Hope this would help!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top