ID3v2 Audio Text Tool |
|
IntroductionATXTTool is an application that adds ATXT frames to the ID3v2 tags of audio files. ATXT frames are defined in the new Accessibility Addendum to the ID3v2 specifications and carry short audio clips providing a verbal expression of the textual metadata carried by a ID3v2 tag. The application is part of the BBC open source initiative and is maintained as a Sourceforge project.Warning: ATXT frames are not currently supported by most media players. Although the signalling is unlikely to cause problems it may be some time before you will be able to see a benefit. However, if you are developing a media player which supports ATXT frames you should find this application useful. The application uses the Java ID3 API developed by Jens Vonderheide and Javadoc for the application classes is available here. Procedure
To successfully provide audible metadata for your audio file follow
these steps:
XML file format
An example of the required XML file is provided (example.xml). Each
frame element in the file provides the information needed to create
a single ATXT frame i.e.
Requirements and Installation
ATXTTool
requires Java
1.4 but should also work with later versions.
You can download the latest release of ATXTTool here. After unzipping the archive Windows users can launch the application by running ATXTTool.bat whilst Linux users should run ATXTTool.shThe correct usage is: ATXTTool -x <XML file> -a <input MP3 file> -o <output MP3 file>where: <XML file> is the path of an XML file defining the ATXT frames. <input audio file> is the path of the input MP3 file. <output audio file> is the path of the output MP3 file. Note that the two JAR files contained in the lib directory must be included in the classpath. Files are always saved using an ID3v2 version 3 tag but the application will accept input files using either version 2 or 3. Information in the original ID3v2 frames is preserved.
Feedback
|