Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37491345
en ru br
ALT Linux repos
S:2.4-alt1.2

Group :: Development/Perl
RPM: perl-Audio-FLAC-Header

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.4-alt1.2
Build date: 24 january 2019, 12:49 ( 273.8 weeks ago )
Size: 124.17 Kb

Home page:   http://search.cpan.org/dist/Audio-FLAC-Header/

License: perl
Summary: interface to FLAC header metadata.
Description:

This module returns a hash containing basic information about a FLAC file,
a representation of the embedded cue sheet if one exists,  as well as tag
information contained in the FLAC file's Vorbis tags.
There is no complete list of tag keys for Vorbis tags, as they can be
defined by the user; the basic set of tags used for FLAC files include:

_ALBUM
_ARTIST
_TITLE
_DATE
_GENRE
_TRACKNUMBER
_COMMENT

The information returned by Audio::FLAC::info is keyed by:

_MINIMUMBLOCKSIZE
_MAXIMUMBLOCKSIZE
_MINIMUMFRAMESIZE
_MAXIMUMFRAMESIZE
_TOTALSAMPLES
_SAMPLERATE
_NUMCHANNELS
_BITSPERSAMPLE
_MD5CHECKSUM

Information stored in the main hash that relates to the file itself or is
calculated from some of the information fields is keyed by:

_trackLengthMinutes      : minutes field of track length
_trackLengthSeconds      : seconds field of track length
_trackLengthFrames       : frames field of track length (base 75)
_trackTotalLengthSeconds : total length of track in fractional seconds
_bitRate                 : average bits per second of file
_fileSize                : file size, in bytes

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Audio-FLAC-Header
  • perl-Audio-FLAC-Header-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin