From e7679f31ac2e1c8959e648dfebdcefd0ebb62b5d Mon Sep 17 00:00:00 2001 From: jwcullen Date: Mon, 19 Aug 2024 19:39:13 -0400 Subject: [PATCH] Align v1.1 tests to agree with the AOM IAMF WG spreadsheet. - 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 --- iamf/cli/testdata/test_000701.textproto | 8 ++++---- iamf/cli/testdata/test_000711.textproto | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/iamf/cli/testdata/test_000701.textproto b/iamf/cli/testdata/test_000701.textproto index 3fd9b32f..25f64b87 100644 --- a/iamf/cli/testdata/test_000701.textproto +++ b/iamf/cli/testdata/test_000701.textproto @@ -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 } } } @@ -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"] } ] diff --git a/iamf/cli/testdata/test_000711.textproto b/iamf/cli/testdata/test_000711.textproto index d933a6ad..211a4832 100644 --- a/iamf/cli/testdata/test_000711.textproto +++ b/iamf/cli/testdata/test_000711.textproto @@ -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" @@ -125,7 +125,7 @@ mix_presentation_metadata [ param_definition_mode: 1 reserved: 0 } - default_mix_gain: -768 + default_mix_gain: 0 } }, { @@ -141,7 +141,7 @@ mix_presentation_metadata [ param_definition_mode: 1 reserved: 0 } - default_mix_gain: -768 + default_mix_gain: 0 } } ] @@ -165,8 +165,8 @@ mix_presentation_metadata [ } loudness { info_type_bit_masks: [] - integrated_loudness: -3747 - digital_peak: -233 + integrated_loudness: -2982 + digital_peak: 0 } } } @@ -193,7 +193,7 @@ mix_presentation_metadata [ param_definition_mode: 1 reserved: 0 } - default_mix_gain: -768 + default_mix_gain: 0 } } ] @@ -217,8 +217,8 @@ mix_presentation_metadata [ } loudness { info_type_bit_masks: [] - integrated_loudness: -4433 - digital_peak: -3663 + integrated_loudness: -3665 + digital_peak: -2896 } } }