Skip to content

Commit 2afea08

Browse files
convert to WGD as of March 10 (#871)
* convert to WGD as of March 10 * Delete change list * Update the date as of today
1 parent e131550 commit 2afea08

File tree

1 file changed

+8
-38
lines changed

1 file changed

+8
-38
lines changed

index.bs

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<pre class='metadata'>
22
Group: AOM
3-
Status: FD
4-
Text Macro: SPECVERSION v1.1.0
3+
Status: WGD
4+
Text Macro: SPECVERSION v2.0.0
55
Title: Immersive Audio Model and Formats
66
Editor: SungHee Hwang, Samsung, hshee@samsung.com
77
Editor: Felicia Lim, Google, flim@google.com
88
Repository: AOMediaCodec/iamf
99
Shortname: iamf
10-
URL: https://aomediacodec.github.io/iamf/v1.1.0.html
11-
!Previously approved version: <a href="https://aomediacodec.github.io/iamf/v1.0.0-errata.html">https://aomediacodec.github.io/iamf/v1.0.0-errata.html</a>
10+
URL: https://aomediacodec.github.io/iamf
11+
!Previously approved version: <a href="https://aomediacodec.github.io/iamf/v1.1.0.html">https://aomediacodec.github.io/iamf/v1.1.0.html</a>
1212
!Latest approved version: <a href="https://aomediacodec.github.io/iamf/latest-approved.html">https://aomediacodec.github.io/iamf/latest-approved.html</a>
1313
!Latest draft version: <a href="https://aomediacodec.github.io/iamf/latest-draft.html">https://aomediacodec.github.io/iamf/latest-draft.html</a>
14-
Date: 2024-10-24
15-
!Reference Implementation: <a href="https://github.com/AOMediaCodec/libiamf/releases/tag/v1.1.0/">libiamf v1.1.0</a>
14+
Date: 2025-04-21
15+
!Reference Implementation: <a href="https://github.com/AOMediaCodec/libiamf">libiamf</a>
1616
Abstract: This document specifies the Immersive Audio (IA) model, the standalone IA Sequence format, and the [[!ISO-BMFF]]-based IA container format.
1717
Local Boilerplate: footer yes
1818
Metadata Order: This version, !*, *
@@ -2928,38 +2928,8 @@ class Bar {
29282928

29292929
<b>Qx.y</b> indicates that it is stored as a (x+y+1)-bit, signed, two’s complement fixed-point value with y fractional bits. That is, a (x+y+1)-bit signed (two’s complement) integer, that is implicitly multiplied by the scaling factor \(2^{−y}\).
29302930

2931-
# Change Since V1.0.0-errata # {#change-list}
2932-
2933-
- <a href="https://github.com/AOMediaCodec/iamf/pull/865">Typo Correction: Fix incorrect coefficients in 22.2ch to 9.1.6ch down-mix matrix.</a>
2934-
- <a href="https://github.com/AOMediaCodec/iamf/pull/861">Typo Correction: num_layers to num_layouts.</a>
2935-
- <a href="https://github.com/AOMediaCodec/iamf/pull/854">Clarification: Reserved for future use.</a>
2936-
- <a href="https://github.com/AOMediaCodec/iamf/pull/859">Clarification: Clarification on non-scalable layout config.</a>
2937-
- <a href="https://github.com/AOMediaCodec/iamf/pull/853">New Feature: Move up a new sentence paragraph about the additional profile.</a>
2938-
- <a href="https://github.com/AOMediaCodec/iamf/pull/856">Typo Correction: Defintion to definition.</a>
2939-
- <a href="https://github.com/AOMediaCodec/iamf/pull/852">New Feature: No PARAMETER_DEFINITION_DEMIXING for expanded channel layouts.</a>
2940-
- <a href="https://github.com/AOMediaCodec/iamf/pull/848">Typo Correction: Grammar and typo correction.</a>
2941-
- <a href="https://github.com/AOMediaCodec/iamf/pull/847">Clarification: Align of keywords for conformance (UPPERCASE <-> lowercase).</a>
2942-
- <a href="https://github.com/AOMediaCodec/iamf/pull/846">Clarification: Clarification on the meaning of discarding a sample.</a>
2943-
- <a href="https://github.com/AOMediaCodec/iamf/pull/844">Clarification: Simplified Mix Presenation OBU.</a>
2944-
- <a href="https://github.com/AOMediaCodec/iamf/pull/843">New Feature: The missed text during implementing Base-Enhanced profile.</a>
2945-
- <a href="https://github.com/AOMediaCodec/iamf/pull/842">Clarification: Center to Centre.</a>
2946-
- <a href="https://github.com/AOMediaCodec/iamf/pull/841">Typo Correction: Binary to decimal value.</a>
2947-
- <a href="https://github.com/AOMediaCodec/iamf/pull/828">New Feature: Base-Enhanced profile.</a>
2948-
- <a href="https://github.com/AOMediaCodec/iamf/pull/837">Clarification: Clarified layout for loudness when using expanded channel layouts.</a>
2949-
- <a href="https://github.com/AOMediaCodec/iamf/pull/827">New Feature: Common Encryption.</a>
2950-
- <a href="https://github.com/AOMediaCodec/iamf/pull/833">New Text: Setting track language during ISOBMFF encapsulation.</a>
2951-
- <a href="https://github.com/AOMediaCodec/iamf/pull/834">New Feature: Expanded loudspeaker layouts related to 9.1.6ch.</a>
2952-
- <a href="https://github.com/AOMediaCodec/iamf/pull/836">New Text: Use case for multi-language service.</a>
2953-
- <a href="https://github.com/AOMediaCodec/iamf/pull/831">New Feature: Expanded loudspeaker layouts.</a>
2954-
- <a href="https://github.com/AOMediaCodec/iamf/pull/832">New Feature: MixPresentationTags syntax and semantics.</a>
2955-
- <a href="https://github.com/AOMediaCodec/iamf/pull/826">Clarification: The restriction on obu_size is clarified.</a>
2956-
- <a href="https://github.com/AOMediaCodec/iamf/pull/825">Clarification: The input layout for rendering is clarified.</a>
2957-
- <a href="https://github.com/AOMediaCodec/iamf/pull/824">Bug Fixing: The size of leb128() after encoding is limited to 8 bytes.</a>
2958-
- <a href="https://github.com/AOMediaCodec/iamf/pull/822">Typo Correction: Typo correction on static down-mix matrix.</a>
2959-
- <a href="https://github.com/AOMediaCodec/iamf/pull/803">Reference Fixing: Moving to informative (EBU-Tech-3396, ITU-2127, and Resonance Audio), fixing broken links (ITU specs), and updating the linking version of ISOBMFF.</a>
2960-
- <a href="https://github.com/AOMediaCodec/iamf/pull/787">Clarification: Improve scalable channel group and layer text.</a>
2961-
- <a href="https://github.com/AOMediaCodec/iamf/pull/785">Clarification: Profile clarification regarding channels.</a>
2962-
- <a href="https://github.com/AOMediaCodec/iamf/pull/784">Clarification: Channel clarification.</a>
2931+
# Change Since V1.1.0 # {#change-list}
2932+
29632933

29642934
# Annex # {#annex}
29652935

0 commit comments

Comments
 (0)