Guilherme Bernal
Guilherme Bernal

Reputation: 8303

Exist some lib to play ogg songs with speed changed?

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?

Upvotes: 1

Views: 239

Answers (1)

shybovycha
shybovycha

Reputation: 12245

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!

Upvotes: 1

Related Questions