User`s guide
45
Chapter4 Development Guide for a Cooperative Application
4
Specifying Track Information on Audio CD
The following explains how to specify the track information on Audio CDs. If you want to write more than
one piece of track information, repeat specification and line feed for the number of tracks you want.
AUDIO_TRACK=PATH:musicfile(TAB)TITLE:tracktitle(TAB)PERFORMER:trackartist(TAB)PREGAP
• Music file path (necessary)
Specify the file to be set for the Audio CD track as a path from the computer on which TD Bridge is
installed. The exention of settable files is either WAV, MP3 or WMA.
Specify one after keyword "PATH:".
• Track title (arbitrary)
Enter the title you want to specify for the Audio CD track.
Specify one after keyword "TITLE:".
The tab character can not be used for a title character.
• Track artist name (arbitrary)
Enter the artist name you want to specify for the Audio CD track.
Specify one after keyword "PERFORMER:".
The tab character can not be used for a track artist name.
• Pregap (arbitrary)
Enter the pregap you want to specify for the Audio CD track by frame.
The range of settable values is from 0 to 269999. (00:00:00 frame to 59:59:74 fame)
Specify one after keyword "PREGAP:".
Examples
When specifying a music file only
AUDIO_TRACK=PATH:C:\Audiodata\musicfile1.wav
When specifying all of them
AUDIO_TRACK=PATH:C:\Audiodata\musicfile1.wav(TAB)TITLE:music1(TAB)PERFORMER:Singer(TAB)
PREGAP:150
When specifying only the music file paths to more than one music files
AUDIO_TRACK=PATH:C:\Audiodata\musicfile1.wav
AUDIO_TRACK=PATH:C:\Audiodata\musicfile2.wav
AUDIO_TRACK=PATH:C:\Audiodata\musicfile3.wav