asenchi / asenchi.com wrote: > Hello All, Moin. > I am looking for Ogg Vorbis support in Ruby. Mostly encode, file > information and decode. > > There is already one lib out there, ruby-vorbisfile, that does decoding. > However I want more! :) > > [...] > > Mostly what I've been trying to do is create Ruby libs out of > vorbis/vorbisfile.h (already done, now integrating that with) > vorbis/vorbisenc.h and any other features. Did you have a look at Ruby/DL already? IMHO using it is very frequently easier than writing a C extension. Maybe it would also be an option to just drive external applications that already do those jobs well via the command line.