links

The Unofficial DVD-Audio Specification

AUDIO_PP.IFO

The structure of the AUDIO_PP.IFO is as follows:

Offset Size (bytes) Description
012Identifier string - "DVDAUDIOSAPP"
122Total number of tracks on the disk
142DVD Specifications Version (0x0012)
The following record appears once for each track, sorted by Group and then Track number:
+02Padding (zero)
+21Group Number (1..9)
+31Track Number within Group (1..99)
+44Start Presentation Timestamp (PTS) for track. This is the PTS in the AOB file.
+84Length of track (in PTS ticks - there are 90000 PTS ticks in one second)
+124Padding (zero)
+164??Audio format (samplerate and depth) plus other currently unidentified information
+2020Padding (zero)
+404Absolute sector pointer to first sector of AOB for this track
+444Absolute sector pointer to first sector of AOB for this track (why is this duplicated?)
+484Absolute sector pointer to last sector of AOB for this track

According to the Sonic DVD White Paper (PDF file) and other sources, a DVD-Audio disk can contain two "content managers". The first is for simple audio-only DVD players (such as portables or in-car units) and according to that white paper, this can store details on up to 314 tracks. This is known as the Simple Audio Manager (SAMG) and contains enough information by itself for full playback of the audio content within the DVD.

The AUDIO_PP.IFO appears to always be exactly 128 kilobytes in size, and contains 8 identical copies of a 16K block of data. This 16K block of data contains a 16 byte header plus one 52 byte record for each track on the DVD. This allows a maximum of 314 records in the 16K block - the same number as mentioned in the above white paper - which implies that the AUDIO_PP.IFO file should be referred to as the Simple Audio Manager (SAMG).

Next: AUDIO_TS.IFO