RAA - flacinfo-rb

flacinfo-rb / 0.4

Short description: Library to access Flac metadata
Category: Library/Audio
Status: Fourth release
Created: 2006-09-18 23:31:31 GMT
Last update: 2007-09-08 21:16:36 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.9.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.
* Version 0.3 introduces write support for Vorbis comments.
* Contents of the SEEKTABLE block.
* Size of PADDING block if present.
* Version 0.4 introduces add/delete/resize support for Padding blocks.
* Size of CUESHEET block if present. The cuesheet itself is not parsed yet.
* Contents of one or more PICTURE blocks, plus the ability to write images to a file.
* 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