Changes between Version 41 and Version 42 of SV8Specification
- Timestamp:
- 01/06/08 01:03:26 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SV8Specification
v41 v42 1 1 2 2 = SV8 specification = 3 3 Nota : All fields, unless explicitly specified otherwise are read and written in Big-Endian order. 4 4 [[PageOutline]] 5 5 … … 13 13 || [[Image(alpha.png)]] || This part is still discussed and will probably change || 14 14 || nothing specified || This part is here for discussion, and not part of the specification || 15 16 Nota : All fields, unless explicitely specified otherwise are read and written in Big-Endian order.17 15 18 16 == File magic number == … … 179 177 It contains a chapter position and associated tag.[[BR]] 180 178 There is 1 packet for each chapter. 181 When used in a file, all CT packets must be consecutive. They must be the next (group of) packet after Seek Table packet if present, or the last (group of) packet before the Stream End packet else. [[BR]]179 When used in a file, all CT packets must be consecutive. They must be the next (group of) packet after Seek Table packet if present, or the last (group of) packet before the Stream End packet else. Chapters are presented by the application in the same order as they appear in the file.[[BR]] 182 180 When used while streaming, this packet can be inserted between AP packets, and the tag data is valid for the next samples, until a new CT packet is sent. 183 181 184 182 || '''Field''' || '''Size (bits)''' || '''Value''' || '''Comment''' || 185 183 || Sample offset || n*8; 0 < n < 10 || || Position of the chapter in samples. In a file from the beginning of the file, in a stream from the last sample before this packet || 186 || Chapter number || n*8; 0 < n < 10 || || 0 in the case of streaming, else starts from 1 ||187 184 || APEv2 tag || n*8 || || [http://wiki.hydrogenaudio.org/index.php?title=APEv2_specification APEv2 tag] without the preamble { 'A', 'P', 'E', 'T', 'A', 'G', 'E', 'X' } in the header or footer, preferably without footer || 188 185