RAA - flacinfo-rb/0.1

flacinfo-rb / 0.1

Short description: Library to access Flac metadata
Category: Library/Audio
Status: first release
Created: 2006-09-18 23:31:31 GMT
Last update: 2006-09-18 23:31:31 GMT
Owner: Darren Kirby (Projects of this owner)
Homepage: http://rubyforge.org/projects/flacinfo-rb/
Download: http://rubyforge.org/frs/?group_id=2225
License: Ruby's
Dependency:
Required by: sneetchalizer/0.5.0 Required to parse Flac meta-tags
Description:

flacinfo-rb gives you access to metadata from Flac (Free Lossless Audio Codec) files.

This includes:
* Contents of the STREAMINFO block (bitrate, number of samples, md5 signature etc).
* Contents of the VORBIS_COMMENT block, ie: the tags.
* Contents of the SEEKTABLE block.
* Size of PADDING block if present.
* Size of CUESHEET block if present. The cuesheet itself is not parsed yet.
* Contents of the APPLICATION block if present.

As an added bonus, if there is data present in a FlacFile APPLICATION block it can parse it, and dump the raw data to the console or a file (see: http://firestuff.org/flacfile/)

Versions: [0.4 (2007-09-08)] [0.3 (2007-07-01)] [0.2 (2007-06-24)] [0.1 (2006-09-18)]

Edit this project (for project owner)

back to RAA top