welcome: please sign in
location: Diff for "iTunes Normalization settings"
Differences between revisions 2 and 3
Revision 2 as of 2012-10-08 22:15:40
Size: 1571
Editor: localhost
Comment: converted to 1.6 markup
Revision 3 as of 2013-11-25 01:22:45
Size: 1507
Editor: DanONeill
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * http://www.hydrogenaudio.org/forums/index.php?showtopic=24620 (with code at http://studwww.ugent.be/~jdebock/ipod/ipodrg.cpp)  * http://www.hydrogenaudio.org/forums/index.php?showtopic=24620

COMM - iTunes Normalization Settings (class 3)

iTunes writes a standard comment with a description of iTunNORM. This contains the normalization information it uses. A sample is:

  • 00001E86 00001E86 0000A2A3 0000A2A3 000006A6 000006A6 000078FA 000078FA 00000211 00000211

Discussions on the values:

  • http://robinbowes.com/projects/flac2mp3/ticket/30

  • http://www.hydrogenaudio.org/forums/index.php?showtopic=24620

  • http://svn.slimdevices.com/trunk/server/Slim/Utils/SoundCheck.pm?rev=10330&view=markup which says:

    The iTunNORM tag consists of 5 value pairs. These 10 values are encoded as
    ASCII Hex values of 8 characters each inside the tag (plus a space as prefix).
     
    The tag can be found in MP3, AIFF, AAC and Apple Lossless files.
     
    The relevant information is what is encoded in these 5 value pairs. The first
    value of each pair is for the left audio channel, the second value of each
    pair is for the right channel.
     
    0/1: Volume adjustment in milliWatt/dBm
    2/3: Same as 0/1, but not based on 1/1000 Watt but 1/2500 Watt
    4/5: Not sure, but always the same values for songs that only differs in volume - so maybe some statistical values.
    6/7: The peak value (maximum sample) as absolute (positive) value; therefore up to 32768 (for songs using 16-Bit samples).
    8/9: Not sure, same as for 4/5: same values for songs that only differs in volume.
    iTunes is choosing the maximum value of the both first pairs (of the first 4 values) to adjust the whole song.

iTunes Normalization settings (last edited 2013-11-25 01:22:45 by DanONeill)

Copyright © 1998-2024 by their respective owners