summaryrefslogtreecommitdiff
path: root/audio/p5-MPEG-Audio-Frame
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-08-23Initial import of p5-MPEG-Audio-Frame, version 0.09:jmmv4-0/+29
A very simple, pure Perl module which allows parsing out data from MP3 files or streams and chunking them up into different frames. You can use this to accurately determine the length of an MP3, filter non-audio data, or chunk up the file for streaming via datagram. Virtually anything is possible. This module supports MPEG-1, MPEG-2 Multichannel, MPEG-2 LSF and MPEG-2.5.