Skip to content

Commit

Permalink
Fix #615, delete the empty section Annex C
Browse files Browse the repository at this point in the history
SHA: 5144294
Reason: push, by tdaede

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunghee-hwang and github-actions[bot] committed Jul 17, 2023
1 parent 7683fb4 commit 098025d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,9 @@
}
}
</style>
<meta content="Bikeshed version 5edf5e459, updated Thu Jun 22 11:28:01 2023 -0700" name="generator">
<meta content="Bikeshed version b06c00b8e, updated Tue Jul 11 13:41:16 2023 -0700" name="generator">
<link href="https://aomediacodec.github.io/iamf/" rel="canonical">
<meta content="f047a0ff93a86f2be654413196c14e816f634351" name="document-revision">
<meta content="5144294b18594e2d62927bcb212108dd35e653d0" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -2223,7 +2223,6 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<li><a href="#iamfgeneration-scalablechannelaudio-recongaingeneration"><span class="secno">10.2.4</span> <span class="content">Annex B-4: Recon Gain Generation</span></a>
<li><a href="#iamfgeneration-scalablechannelaudio-channelgroupgenerationrule"><span class="secno">10.2.5</span> <span class="content">Annex B-5: ChannelGroup Generation Rule</span></a>
</ol>
<li><a href="#iamfconsumption"><span class="secno">10.3</span> <span class="content">Annex C: Consumption of IAMF bitstream (informative)</span></a>
</ol>
<li><a href="#conformance"><span class="secno"></span> <span class="content"> Conformance</span></a>
<li>
Expand Down Expand Up @@ -3019,7 +3018,7 @@ <h3 class="heading settled" data-level="3.7" id="obu-mixpresentation"><span clas
}

leb128() num_sub_mixes;
for (i = 0; i &lt; num_sub_mixes; i++) {
for (i = 0; i &lt; num_sub_mixes; i++) {
leb128() num_audio_elements;
for (j = 0; j &lt; num_audio_elements; j++) {
leb128() audio_element_id;
Expand Down Expand Up @@ -3505,7 +3504,7 @@ <h4 class="heading settled" data-level="3.11.4" id="lpcm-specific"><span class="
unsigned int (32) sample_rate;
}
</pre>
<dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="sample_format_flags">sample_format_flags</dfn> complies with <a data-link-type="dfn" href="https://www.iso.org/standard/77752.html#" id="ref-for-something⑦②">format_flags</a> specified in <a data-link-type="biblio" href="#biblio-mp4-pcm" title="Information technology — MPEG audio technologies — Part 5: Uncompressed audio in MPEG-4 file format">[MP4-PCM]</a>. In other words, 0x01 indicates little-endian PCM sample format and 0x00 indicates big-endian PCM sample format.
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="sample_format_flags">sample_format_flags</dfn> complies with <a data-link-type="dfn" href="https://www.iso.org/standard/77752.html#" id="ref-for-something⑦②">format_flags</a> specified in <a data-link-type="biblio" href="#biblio-mp4-pcm" title="Information technology — MPEG audio technologies — Part 5: Uncompressed audio in MPEG-4 file format">[MP4-PCM]</a>. In other words, 0x01 indicates little-endian PCM sample format and 0x00 indicates big-endian PCM sample format.</p>
<p><dfn data-dfn-type="dfn" data-noexport id="sample_size">sample_size<a class="self-link" href="#sample_size"></a></dfn> complies with <a data-link-type="dfn" href="https://www.iso.org/standard/77752.html#" id="ref-for-something⑦③">PCM_sample_size</a> specified in <a data-link-type="biblio" href="#biblio-mp4-pcm" title="Information technology — MPEG audio technologies — Part 5: Uncompressed audio in MPEG-4 file format">[MP4-PCM]</a>. In other words, it SHALL take a value from sets 16, 24, and 32.</p>
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="sample_rate">sample_rate</dfn> indicates the sample rate of the input audio in Hz. It SHALL take a value from the set 44.1k, 16k, 32k, 48k, and 96k.</p>
<p><a data-link-type="dfn" href="#audio_frame" id="ref-for-audio_frame⑤">audio_frame()</a> of Audio_Frame_OBU is only one single PCM audio frame of mono or stereo channels.</p>
Expand Down Expand Up @@ -5043,8 +5042,6 @@ <h4 class="heading settled" data-level="10.2.5" id="iamfgeneration-scalablechann
<center>
<figcaption>Example of Transformation Matrix with 4 CGs</figcaption>
</center>
<h3 class="heading settled" data-level="10.3" id="iamfconsumption"><span class="secno">10.3. </span><span class="content">Annex C: Consumption of IAMF bitstream (informative)</span><a class="self-link" href="#iamfconsumption"></a></h3>
<p class="issue" id="issue-4d4ba7fc"><a class="self-link" href="#issue-4d4ba7fc"></a> TODO. Fill in example workflows.</p>
</main>
<div data-fill-with="conformance">
<h2 class="no-ref no-num heading settled" id="conformance"><span class="content"> Conformance</span><a class="self-link" href="#conformance"></a></h2>
Expand Down

0 comments on commit 098025d

Please sign in to comment.