cuelib 1.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News cuelib 1.1.0 (Default branch)
# 1  
Old 04-13-2008
cuelib 1.1.0 (Default branch)

Cuelib is a Java library for manipulating andotherwise working with cue sheets. Cue sheetsdescribe the layout of a CD or DVD, and are the defacto standard for describing track data ofmulti-track audio files, such as WAV or FLACimages of entire audio CDs.License: GNU Lesser General Public License (LGPL)Changes:
A command line tool that can cut files into tracksbased on information provided in a cue sheet wasadded. This has support for post-processing, soyou can easily encode tracks using lame or FLAC(including setting the ID3 tags based on the datain the cue sheet). Tracks hidden in pregaps aresupported, such as used in Skunk Anansie's albumStoosh. A serializer that writes a cue sheet to anXML representation was added. A convenient methodfor getting various metadata from cue sheetrepresentations was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
AFINITAESCHANNELDATA(3) 												   AFINITAESCHANNELDATA(3)

NAME
afInitAESChannelDataTo, afInitAESChannelData - initialize AES non-audio data in an audio file setup SYNOPSIS
#include <audiofile.h> void afInitAESChannelDataTo(AFfilesetup setup, int track, int willHaveData); void afInitAESChannelData(AFfilesetup setup, int track); PARAMETERS
setup is a valid file setup returned by afNewFileSetup(3). track specifies a track within the audio file setup. track is always AF_DEFAULT_TRACK for all currently supported file formats. willHaveData is a boolean-valued integer indicating whether AES non-audio data will be present. DESCRIPTION
Given an AFfilesetup structure created with afNewFileSetup(3) and a track identified by track (AF_DEFAULT_TRACK for all currently supported file formats), afInitAESChannelDataTo initializes the track to contain or not contain AES non-audio data. afInitAESChannelData behaves similarly but always initializes the track to contain AES non-audio data. Currently only AIFF and AIFF-C file formats can store AES non-audio data; this data is ignored in all other file formats. ERRORS
afInitAESChannelDataTo and afInitAESChannelData can produce the following errors: AF_BAD_FILESETUP setup represents an invalid file setup. AF_BAD_TRACKID track represents an invalid track identifier. SEE ALSO
afNewFileSetup(3) AUTHOR
Michael Pruett <michael@68k.org> Audio File Library 0.3.6 03/06/2013 AFINITAESCHANNELDATA(3)