Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header
Perl library to extract date from Ogg Vorbis files using Ogg::Vorbis::Header
https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header
audiio cpan hacktoberfest ogg-vorbis perl
Last synced: 24 days ago
JSON representation
Perl library to extract date from Ogg Vorbis files using Ogg::Vorbis::Header
- Host: GitHub
- URL: https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header
- Owner: davorg-cpan
- Created: 2009-04-12T14:40:47.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:21:29.000Z (12 months ago)
- Last Synced: 2024-11-07T11:14:06.864Z (3 months ago)
- Topics: audiio, cpan, hacktoberfest, ogg-vorbis, perl
- Language: Perl
- Homepage: http://search.cpan.org/dist/AudioFile-Info-Ogg-Vorbis-Header/
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AudioFile::Info::Ogg::Vorbis::Header
====================================AudioFile::Info::Ogg::Vorbis::Header is a plugin module for
AudioFile::Info. It extracts information from Ogg Vorbis files using the
module Ogg::Vorbis::Header.INSTALLATION
To install this module type the following:
perl Build.PL
./Build
./Build test
./Build installThe final step will probably need to be carried out with superuser
permissions.DEPENDENCIES
This module requires these other modules and libraries:
* Ogg::Vorbis::Header
* 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.