class for weeding out MPEG audio frames out of a file handle

from Stuart Henderson
This commit is contained in:
steven 2007-07-26 03:33:07 +00:00
parent b606f6e079
commit 7b9a1abb41
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/26 03:33:07 steven Exp $
COMMENT= class for weeding out MPEG audio frames from a file handle
MODULES= cpan
DISTNAME= MPEG-Audio-Frame-0.09
CATEGORIES= audio
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (MPEG-Audio-Frame-0.09.tar.gz) = N27DUsJXpiDvKTz19tfM8A==
RMD160 (MPEG-Audio-Frame-0.09.tar.gz) = 7/uco9E/ZhkXZsgfaw4HmJjmapY=
SHA1 (MPEG-Audio-Frame-0.09.tar.gz) = s9wXzjMoUYvO2uZxqm70SJTGWBA=
SHA256 (MPEG-Audio-Frame-0.09.tar.gz) = RizHHp79I37UjPvbHPgKHDsZR1J15Kir4U5lUxmCqEg=
SIZE (MPEG-Audio-Frame-0.09.tar.gz) = 365714

View File

@ -0,0 +1,6 @@
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.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/26 03:33:07 steven Exp $
${P5SITE}/MPEG/
${P5SITE}/MPEG/Audio/
${P5SITE}/MPEG/Audio/Frame.pm
@man man/man3p/MPEG::Audio::Frame.3p