Skip to content

Commit 97270f0

Browse files
jwcullentdaede
authored andcommitted
Fix some bugs with Test Set 7.
- Include `MixPresentationTags` in bitstream. - Fix `test_000701` and `test_000711` to better align with the v1.1 spreadsheet. - Based on AOMediaCodec/iamf-tools@e7679f31a.
1 parent c17638c commit 97270f0

32 files changed

Lines changed: 29 additions & 29 deletions

tests/test_000701.iamf

0 Bytes
Binary file not shown.

tests/test_000701.textproto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ mix_presentation_metadata {
208208
loudness_layout {
209209
layout_type: LAYOUT_TYPE_LOUDSPEAKERS_SS_CONVENTION
210210
ss_layout {
211-
sound_system: SOUND_SYSTEM_11_2_3_0
211+
sound_system: SOUND_SYSTEM_13_6_9_0
212212
reserved: 0
213213
}
214214
}
215215
loudness {
216216
info_type_bit_masks: []
217-
integrated_loudness: -3262
218-
digital_peak: -349
217+
integrated_loudness: -7174
218+
digital_peak: -7026
219219
}
220220
}
221221
}
@@ -243,7 +243,7 @@ audio_frame_metadata: [
243243
samples_to_trim_at_end: 640
244244
samples_to_trim_at_start: 0
245245
audio_element_id: 302
246-
channel_ids: [4]
246+
channel_ids: [3]
247247
channel_labels: ["LFE"]
248248
}
249249
]

tests/test_000701_f.mp4

0 Bytes
Binary file not shown.
4.58 MB
Binary file not shown.

tests/test_000701_s.mp4

0 Bytes
Binary file not shown.

tests/test_000704.iamf

23 Bytes
Binary file not shown.

tests/test_000704.textproto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ mix_presentation_metadata {
173173
num_tags: 1
174174
tags: {
175175
tag_name: "content_language"
176-
tag_value: "en-us"
176+
tag_value: "eng"
177177
}
178178
}
179179
}

0 commit comments

Comments
 (0)