• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2023, Alliance for Open Media. All rights reserved
2#
3# This source code is subject to the terms of the BSD 3-Clause Clear License
4# and the Alliance for Open Media Patent License 1.0. If the BSD 3-Clause Clear
5# License was not distributed with this source code in the LICENSE file, you
6# can obtain it at www.aomedia.org/license/software-license/bsd-3-c-c. If the
7# Alliance for Open Media Patent License 1.0 was not distributed with this
8# source code in the PATENTS file, you can obtain it at
9# www.aomedia.org/license/patent.
10
11# proto-file: iamf/cli/proto/user_metadata.proto
12# proto-message: UserMetadata
13
14test_vector_metadata {
15  human_readable_description:
16    "A simple example of a stereo + stereo base profile IAMF "
17    "stream."
18  file_name_prefix: "test_000400"
19  is_valid: true
20  is_valid_to_decode: true
21  validate_user_loudness: true
22  mp4_fixed_timestamp: "2023-06-20 00:00:00"
23  test_repository_tags: [
24    "github/aomediacodec/libiamf/main",
25    "github/aomediacodec/libiamf/v1.0.0-errata"
26  ]
27  primary_tested_spec_sections: [
28    "3.6.2/loudspeaker_layout == Stereo",
29    "3.7.4/default_mix_gain",
30    "4.2/Base Profile",
31    "8.5.1/Loudness Information"
32  ]
33  base_test: "test_000300"
34}
35
36encoder_control_metadata {
37  add_build_information_tag: false
38}
39
40ia_sequence_header_metadata {
41  primary_profile: PROFILE_VERSION_BASE
42  additional_profile: PROFILE_VERSION_BASE
43}
44
45codec_config_metadata {
46  codec_config_id: 200
47  codec_config {
48    codec_id: CODEC_ID_LPCM
49    num_samples_per_frame: 1024
50    audio_roll_distance: 0
51    decoder_config_lpcm {
52      sample_format_flags: LPCM_LITTLE_ENDIAN
53      sample_size: 16
54      sample_rate: 48000
55    }
56  }
57}
58
59audio_element_metadata: [
60  {
61    audio_element_id: 300
62    audio_element_type: AUDIO_ELEMENT_CHANNEL_BASED
63    reserved: 0
64    codec_config_id: 200
65    num_substreams: 1
66    audio_substream_ids: [0]
67    num_parameters: 0
68    scalable_channel_layout_config {
69      num_layers: 1
70      reserved: 0
71      channel_audio_layer_configs: [
72        {
73          loudspeaker_layout: LOUDSPEAKER_LAYOUT_STEREO
74          output_gain_is_present_flag: 0
75          recon_gain_is_present_flag: 0
76          reserved_a: 0
77          substream_count: 1
78          coupled_substream_count: 1
79        }
80      ]
81    }
82  },
83  {
84    audio_element_id: 301
85    audio_element_type: AUDIO_ELEMENT_CHANNEL_BASED
86    reserved: 0
87    codec_config_id: 200
88    num_substreams: 1
89    audio_substream_ids: [1]
90    num_parameters: 0
91    scalable_channel_layout_config {
92      num_layers: 1
93      reserved: 0
94      channel_audio_layer_configs: [
95        {
96          loudspeaker_layout: LOUDSPEAKER_LAYOUT_STEREO
97          output_gain_is_present_flag: 0
98          recon_gain_is_present_flag: 0
99          reserved_a: 0
100          substream_count: 1
101          coupled_substream_count: 1
102        }
103      ]
104    }
105  }
106]
107
108mix_presentation_metadata {
109  mix_presentation_id: 42
110  count_label: 1
111  annotations_language: ["en-us"]
112  localized_presentation_annotations: ["test_mix_pres"]
113  num_sub_mixes: 1
114  sub_mixes {
115    num_audio_elements: 2
116    audio_elements: [
117      {
118        audio_element_id: 300
119        localized_element_annotations: ["test_sub_mix_0_audio_element_0"]
120        rendering_config {
121          headphones_rendering_mode: HEADPHONES_RENDERING_MODE_STEREO
122        }
123        element_mix_gain {
124          param_definition {
125            parameter_id: 999  # Non-existent; default will be used
126            parameter_rate: 48000
127            param_definition_mode: 1
128            reserved: 0
129          }
130          default_mix_gain: -768
131        }
132      },
133      {
134        audio_element_id: 301
135        localized_element_annotations: ["test_sub_mix_0_audio_element_1"]
136        rendering_config {
137          headphones_rendering_mode: HEADPHONES_RENDERING_MODE_STEREO
138        }
139        element_mix_gain {
140          param_definition {
141            parameter_id: 998  # Non-existent; default will be used
142            parameter_rate: 48000
143            param_definition_mode: 1
144            reserved: 0
145          }
146          default_mix_gain: -768
147        }
148      }
149    ]
150    output_mix_gain {
151      param_definition {
152        parameter_id: 997  # Non-existent; default will be used
153        parameter_rate: 48000
154        param_definition_mode: 1
155        reserved: 0
156      }
157      default_mix_gain: 0
158    }
159    num_layouts: 1
160    layouts {
161      loudness_layout {
162        layout_type: LAYOUT_TYPE_LOUDSPEAKERS_SS_CONVENTION
163        ss_layout {
164          sound_system: SOUND_SYSTEM_A_0_2_0
165          reserved: 0
166        }
167      }
168      loudness {
169        info_type_bit_masks: []
170        integrated_loudness: -5451
171        digital_peak: -1784
172      }
173    }
174  }
175}
176
177audio_frame_metadata: [
178  {
179    wav_filename: "Mechanism_5s.wav"
180    samples_to_trim_at_end: 640
181    samples_to_trim_at_start: 0
182    audio_element_id: 300
183    channel_metadatas: [
184      { channel_id: 0 channel_label: CHANNEL_LABEL_L_2 },
185      { channel_id: 1 channel_label: CHANNEL_LABEL_R_2 }
186    ]
187  },
188  {
189    wav_filename: "dialog_clip_stereo.wav"
190    samples_to_trim_at_end: 640
191    samples_to_trim_at_start: 0
192    audio_element_id: 301
193    channel_metadatas: [
194      { channel_id: 0 channel_label: CHANNEL_LABEL_L_2 },
195      { channel_id: 1 channel_label: CHANNEL_LABEL_R_2 }
196    ]
197  }
198]
199
200temporal_delimiter_metadata {
201  enable_temporal_delimiters: false
202}
203