Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/audiofile-info
Perl extension to get info from audio files.
https://github.com/davorg-cpan/audiofile-info
audio cpan hacktoberfest perl
Last synced: 3 months ago
JSON representation
Perl extension to get info from audio files.
- Host: GitHub
- URL: https://github.com/davorg-cpan/audiofile-info
- Owner: davorg-cpan
- Created: 2009-02-21T22:20:39.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:20:48.000Z (12 months ago)
- Last Synced: 2024-06-18T20:02:47.165Z (7 months ago)
- Topics: audio, cpan, hacktoberfest, perl
- Language: Perl
- Homepage: http://search.cpan.org/dist/AudioFile-Info/
- Size: 4.89 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AudioFile/Info version
======================AudioFile::Info is a module for extracting information from audio files.
Currently it works with both MP3 and Ogg Vorbis files.INSTALLATION
To install this module type the following:
perl Build.PL
./Build
./Build test
./Build installThe final stage will probably need to be carried out with superuser
permissions.DEPENDENCIES
You will need at least one of the AudioFile::Info plugin modules
in order to do anything interesting with this module.COPYRIGHT AND LICENCE
Copyright (C) 2003-7 Magum Solutions Ltd, All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.