Skip to content

Commit

Permalink
Fix #761, removed unclear sentence in section 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghee-hwang authored and tdaede committed Dec 19, 2023
1 parent a3a06fa commit 9e584e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3130,7 +3130,7 @@ The figure below shows the linking scheme among IDs in the obu_header or OBU pay
In the figure above,
- The [=Codec Config OBU=] with [=codec_config_obu/codec_config_id=] = 0 is providing its [=codec_id=] and [=decoder_config=].
- The [=Mix Presentation OBU=] with [=mix_presentation_id=] = 21 is saying:
- There are two [=Audio Element=]s (with [=audio_element_obu/audio_element_id=] = 11 and 12) which need to be mixed. The [=mix_presentation_obu/audio_element_id=] = 11 and the [=mix_presentation_obu/audio_element_id=] = 12 are linked to the [=Audio Element OBU=]s with [=audio_element_obu/audio_element_id=] = 11 and [=audio_element_obu/audio_element_id=] = 12, respectively.
- There are two [=Audio Element=]s (with [=audio_element_obu/audio_element_id=] = 11 and 12) which need to be mixed.
- There are [=Parameter Block OBU=]s with [=parameter_block_obu/parameter_id=] = 32 to be used for mixing the [=Audio Element=] with [=audio_element_obu/audio_element_id=] = 11.
- There are [=Parameter Block OBU=]s with [=parameter_block_obu/parameter_id=] = 33 to be used for mixing the [=Audio Element=] with [=audio_element_obu/audio_element_id=] = 12.
- There are [=Parameter Block OBU=]s with [=parameter_block_obu/parameter_id=] = 34 to be used for mixing the two [=Audio Element=]s.
Expand Down

0 comments on commit 9e584e2

Please sign in to comment.