This is the main object manipulated by the user representing an audiofile, its properties and its tag.
The prefered way to obtain an AudioFile
is to use the AudioFileIO.read(File)
method.
The AudioFile
contains every properties associated with the file itself (no meta-data), like the bitrate, the sampling rate, the encoding infos, etc.
To get the meta-data contained in this file you have to get the Tag
of this AudioFile
@author Raphael Slinckx
@version $Id: AudioFile.java,v 1.1 2007/03/23 14:16:56 nicov1 Exp $
@since v0.01
@see AudioFileIO
@see Tag