From: Florian Gross Date: 2005-01-16T05:46:10+09:00 Subject: Re: Ogg Vorbis asenchi@asenchi.com wrote: > From my limited understanding, the DL library is for Windows? I am in a linux > environment. Works generally everywhere. It can be used for WinAPI or for writing bindings to C libraries etc. It even comes bundled with Ruby. I think manipulating the OGG tags ought to be possible fairly easily in pure Ruby. (If I'm not totally wrong about the format it should just be simple .pack and .unpack and maybe computing checksums.) Encoding and decoding OTOH sounds like something that would need C bindings to work nicely...