Magnus von Kölle
2001-Jul-07 15:18 UTC
[vorbis-dev] Perl wrapper for libvorbisfile or stuff
Hey guys, I wrote to this list previously, saying I needed a perl module to do Ogg Vorbis tag reading / writing. People pretty much pointed me to the Ogg::Vorbis module that wrapped around libvorbisfile and I should extend that to writing streams, not only reading them. Well, awright, I thought, let's do it. Problem is, though: The download links on freshmeat are all broken and I don't know where to find this library. Does anyone, please, still have this laying around, or even better, give me some smart way how I can do this without hardcore hacking ('cuz I don't know A THING about wrapping C functions and stuff). Maybe somebody wants to do this for me 'cuz you don't have anything else to do? Well, just a try ... Thanks a lot. -M P.S.: I'm now subscribed to this list. Geez, cool, heh? It just means I'm receiving over 100 mails a day. Just from mailing lists. That SUCKS. ------- Magnus von Köller <magnus@vonkoeller.de> ------ Georg-Westermann-Allee 76 / 38104 Braunschweig / Germany Phone: +49-(0)531/2094886 Mobile: +49-(0)179/4562940 lp1 on fire (One of the more obfuscated kernel messages) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
begin Magnus von K?ller quotation:> I wrote to this list previously, saying I needed a perl module to do > Ogg Vorbis tag reading / writing. People pretty much pointed me to the > Ogg::Vorbis module that wrapped around libvorbisfile and I should > extend that to writing streams, not only reading them. Well, awright, > I thought, let's do it. Problem is, though: The download links on > freshmeat are all broken and I don't know where to find this library. > Does anyone, please, still have this laying around, or even better, > give me some smart way how I can do this without hardcore hacking > ('cuz I don't know A THING about wrapping C functions and stuff). > Maybe somebody wants to do this for me 'cuz you don't have anything > else to do? Well, just a try ...you can always try CPAN (Comprehensive Perl Archive Network), though i'm not sure it's the most up-to-date version. http://search.cpan.org/search?mode=module&query=ogg http://search.cpan.org/search?dist=libvorbis-perl_0.03 http://www.cpan.org/authors/id/F/FO/FOOF/libvorbis-perl_0.03-1.tar.gz -md --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
>>>>> "Magnus" == Magnus von Köller <m.koeller@gmx.net> writes:Magnus> Hey guys, I wrote to this list previously, saying I needed Magnus> a perl module to do Ogg Vorbis tag reading / Magnus> writing. People pretty much pointed me to the Ogg::Vorbis Magnus> module that wrapped around libvorbisfile and I should Magnus> extend that to writing streams, not only reading Magnus> them. Well, awright, I thought, let's do it. Problem is, Magnus> though: The download links on freshmeat are all broken and Magnus> I don't know where to find this library. Does anyone, Magnus> please, still have this laying around, or even better, It's in cpan. And the new page is http://synthcode.com/code/vorbis/. Magnus> give me some smart way how I can do this without hardcore Magnus> hacking ('cuz I don't know A THING about wrapping C Magnus> functions and stuff). Maybe somebody wants to do this for Magnus> me 'cuz you don't have anything else to do? Well, just a Magnus> try ... If you don't anything about wrapping C functions, you may want to avoid XS like the plague :) It might be more worthwhile redoing the wrapper in SWIG (which would be two steps in the direction of wrapping vorbis for every language SWIG supports), or check out Inline::C, which is *very* easy to work with. Magnus> P.S.: I'm now subscribed to this list. Geez, cool, heh? It Magnus> just means I'm receiving over 100 mails a day. Just from Magnus> mailing lists. That SUCKS. That's what procmail is for (and why I'm first reading this 3 days after it was posted ;) -- Alex Shinn <foof@synthcode.com> http://synthcode.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.