Skip to content

Commit

Permalink
Merge pull request #711 from AOMediaCodec/issue_679
Browse files Browse the repository at this point in the history
Fix #679, OBU descriptions
  • Loading branch information
sunghee-hwang authored Aug 21, 2023
2 parents 1d821a8 + d1a2ddd commit 3b7fbc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class ReservedObu() {

## IA Sequence Header OBU Syntax and Semantics ## {#obu-iasequenceheader}

This section specifies the OBU payload of OBU_IA_Sequence_Header.
This section specifies the OBU payload of the IA Sequence Header OBU.

This OBU is used to indicate the start of an [=IA Sequence=]. So, the first OBU in an [=IA Sequence=] SHALL have [=obu_type=] = OBU_IA_Sequence_Header.

Expand Down Expand Up @@ -571,7 +571,7 @@ NOTE: If a future version defines a new profile, e.g., HypotheticalProfile, that

## Codec Config OBU Syntax and Semantics ## {#obu-codecconfig}

This section specifies the OBU payload of OBU_IA_Codec_Config.
This section specifies the OBU payload of the Codec Config OBU.

<b>Syntax</b>

Expand Down Expand Up @@ -615,7 +615,7 @@ NOTE: <code>ipcm</code> should not be confused with <code>lpcm</code>, which is

## Audio Element OBU Syntax and Semantics ## {#obu-audioelement}

This section specifies the OBU payload of OBU_IA_Audio_Element.
This section specifies the OBU payload of the Audio Element OBU.

<b>Syntax</b>

Expand Down Expand Up @@ -1057,7 +1057,7 @@ A scene-based [=Audio Element=] has only one [=Channel Group=], which includes a

## Mix Presentation OBU Syntax and Semantics ## {#obu-mixpresentation}

This section specifies the OBU payload of OBU_IA_Mix_Presentation.
This section specifies the OBU payload of the Mix Presentation OBU.

The metadata in <code>mix_presentation_obu</code> specifies how to render, process and mix one or more [=Audio Element=]s, with details provided in [[#processing-mixpresentation]].

Expand Down Expand Up @@ -1371,7 +1371,7 @@ NOTE: [[!ITU1770-4]] adopts the convention of using the dBov unit for dBFS, wher

## Parameter Block OBU Syntax and Semantics ## {#obu-parameterblock}

This section specifies the OBU payload of OBU_IA_Parameter_Block.
This section specifies the OBU payload of the Parameter Block OBU.

The metadata specified in this OBU defines the parameter values for an algorithm for an indicated duration, including any animation of the parameter values over this duration. The metadata is used in conjunction with a corresponding parameter definition and parameter data specification. The parameter definition is specified based on [=ParamDefinition()=]. The parameter data provides the values to apply in each parameter block. These are specified using the AnimatedParameterData() function template if parameter animation is supported.

Expand Down Expand Up @@ -1566,7 +1566,7 @@ class recon_gain_info_parameter_data() {

## Audio Frame OBU Syntax and Semantics ## {#obu-audioframe}

This section specifies the OBU payloads of OBU_IA_Audio_Frame and OBU_IA_Audio_Frame_ID0 to OBU_IA_Audio_Frame_ID17.
This section specifies the OBU payload of the Audio Frame OBU.

<dfn noexport for="audio_substream">audio_substream_id</dfn> defines an identifier for an [=Audio Substream=] associated with this audio frame. Within an [=IA Sequence=], there SHALL be one unique [=audio_substream/audio_substream_id=] per [=Audio Substream=]. There SHALL be exactly one [=Audio Element OBU=] with a given [=audio_element_obu/audio_substream_id=] in a set of [=Descriptors=].

Expand Down Expand Up @@ -1598,7 +1598,7 @@ NOTE: The first 18 [=Audio Substream=]s in an [=IA Sequence=] MAY use the OBU ty

## Temporal Delimiter OBU Syntax and Semantics ## {#obu-temporaldelimiter}

This section specifies the OBU payload of OBU_IA_Temporal_Delimiter.
This section specifies the OBU payload of the Temporal Delimiter OBU.

<b>Syntax</b>

Expand Down

0 comments on commit 3b7fbc0

Please sign in to comment.