mirror of https://github.com/xiph/flac
add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
This commit is contained in:
parent
0973d4edd7
commit
afd99a8bdb
|
@ -10,16 +10,17 @@ METADATA block #0
|
|||
METADATA block #1
|
||||
type: 4 (VORBIS_COMMENT)
|
||||
is last: false
|
||||
length: 259
|
||||
comments: 8
|
||||
length: 300
|
||||
comments: 9
|
||||
comment[0]: f=0123456789abcdefghij
|
||||
comment[1]: TITLE=Tittle
|
||||
comment[2]: artist=Fartist
|
||||
comment[3]: artist=artits
|
||||
comment[4]: REPLAYGAIN_TRACK_PEAK=0.00000000
|
||||
comment[4]: REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB
|
||||
comment[5]: REPLAYGAIN_TRACK_GAIN=+64.82 dB
|
||||
comment[6]: REPLAYGAIN_ALBUM_PEAK=0.00000000
|
||||
comment[6]: REPLAYGAIN_TRACK_PEAK=0.00000000
|
||||
comment[7]: REPLAYGAIN_ALBUM_GAIN=+64.82 dB
|
||||
comment[8]: REPLAYGAIN_ALBUM_PEAK=0.00000000
|
||||
METADATA block #2
|
||||
type: 1 (PADDING)
|
||||
is last: true
|
||||
|
|
|
@ -19,4 +19,4 @@ METADATA block #1
|
|||
METADATA block #2
|
||||
type: 1 (PADDING)
|
||||
is last: true
|
||||
length: 147
|
||||
length: 188
|
||||
|
|
|
@ -46,4 +46,4 @@ METADATA block #3
|
|||
METADATA block #4
|
||||
type: 1 (PADDING)
|
||||
is last: true
|
||||
length: 147
|
||||
length: 188
|
||||
|
|
|
@ -25,4 +25,4 @@ METADATA block #2
|
|||
METADATA block #3
|
||||
type: 1 (PADDING)
|
||||
is last: true
|
||||
length: 631
|
||||
length: 672
|
||||
|
|
|
@ -46,4 +46,4 @@ METADATA block #3
|
|||
METADATA block #4
|
||||
type: 1 (PADDING)
|
||||
is last: true
|
||||
length: 147
|
||||
length: 188
|
||||
|
|
Loading…
Reference in New Issue