Skip to content

Commit

Permalink
Align v1.1 tests to agree with the AOM IAMF WG spreadsheet.
Browse files Browse the repository at this point in the history
  - Fixes some issues to better align with the V1.1 spreadsheet: https://groups.aomedia.org/g/WG-Storage-and-Transport/message/884

PiperOrigin-RevId: 665039280
  • Loading branch information
jwcullen committed Aug 19, 2024
1 parent 051cc03 commit e7679f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions iamf/cli/testdata/test_000701.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,14 @@ mix_presentation_metadata {
loudness_layout {
layout_type: LAYOUT_TYPE_LOUDSPEAKERS_SS_CONVENTION
ss_layout {
sound_system: SOUND_SYSTEM_11_2_3_0
sound_system: SOUND_SYSTEM_13_6_9_0
reserved: 0
}
}
loudness {
info_type_bit_masks: []
integrated_loudness: -3262
digital_peak: -349
integrated_loudness: -7174
digital_peak: -7026
}
}
}
Expand Down Expand Up @@ -243,7 +243,7 @@ audio_frame_metadata: [
samples_to_trim_at_end: 640
samples_to_trim_at_start: 0
audio_element_id: 302
channel_ids: [4]
channel_ids: [3]
channel_labels: ["LFE"]
}
]
Expand Down
16 changes: 8 additions & 8 deletions iamf/cli/testdata/test_000711.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
test_vector_metadata {
human_readable_description:
"An example using which contains one Mix Presentation which uses greater "
"than the maximum number of audio elements for Base-Enhanced profile and "
"than the maximum number of channels for Base-Enhanced profile and "
"should be ignored. It has a second audio element which encodes "
"fourth-order ambisonics which can be decoded under Base-Enhanced profile."
file_name_prefix: "test_000711"
Expand Down Expand Up @@ -125,7 +125,7 @@ mix_presentation_metadata [
param_definition_mode: 1
reserved: 0
}
default_mix_gain: -768
default_mix_gain: 0
}
},
{
Expand All @@ -141,7 +141,7 @@ mix_presentation_metadata [
param_definition_mode: 1
reserved: 0
}
default_mix_gain: -768
default_mix_gain: 0
}
}
]
Expand All @@ -165,8 +165,8 @@ mix_presentation_metadata [
}
loudness {
info_type_bit_masks: []
integrated_loudness: -3747
digital_peak: -233
integrated_loudness: -2982
digital_peak: 0
}
}
}
Expand All @@ -193,7 +193,7 @@ mix_presentation_metadata [
param_definition_mode: 1
reserved: 0
}
default_mix_gain: -768
default_mix_gain: 0
}
}
]
Expand All @@ -217,8 +217,8 @@ mix_presentation_metadata [
}
loudness {
info_type_bit_masks: []
integrated_loudness: -4433
digital_peak: -3663
integrated_loudness: -3665
digital_peak: -2896
}
}
}
Expand Down

0 comments on commit e7679f3

Please sign in to comment.