Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl
Perl library to extract data from Ogg Vorbis files using Ogg::Vorbis::Header::PurePerl
https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl
audio cpan hacktoberfest ogg-vorbis perl
Last synced: about 1 month ago
JSON representation
Perl library to extract data from Ogg Vorbis files using Ogg::Vorbis::Header::PurePerl
- Host: GitHub
- URL: https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl
- Owner: davorg-cpan
- Created: 2009-04-12T14:45:02.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:21:42.000Z (about 1 year ago)
- Last Synced: 2024-11-07T11:14:04.321Z (3 months ago)
- Topics: audio, cpan, hacktoberfest, ogg-vorbis, perl
- Language: Perl
- Homepage: https://metacpan.org/dist/AudioFile-Info-Ogg-Vorbis-Header-PurePerl
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AudioFile::Info::Ogg::Vorbis::Header::PurePerl
==============================================AudioFile::Info::Ogg::Vorbis::Header::PurePerl is a plugin module for
AudioFile::Info. It extracts information from Ogg Vorbis files using the
module Ogg::Vorbis::Header::PurePerl.INSTALLATION
To install this module type the following:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
This module requires these other modules and libraries:
* Ogg::Vorbis::Header::PurePerl
* AudioFile::InfoCOPYRIGHT AND LICENCE
Copyright (C) 2003 Dave Cross
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.