Search code examples
linuxperlmp3wav

How do I add RIFF header to MP3 files programatically?


More information about what I want to do here; http://www.studiodust.com/riffmp3.html

I want a way so that my control panel (made with Perl and Webmin) can do this automatically. Right now I have to rely on system calls and have a binary for Linux. Is there a library that does it for Perl or some other language?

What's the best way of doing this?


Solution

  • The website I reference had the answer I needed. I didn't know they made a linux variant.