|
1 | 1 | <pre class='metadata'> |
2 | 2 | Group: AOM |
3 | | -Status: FD |
4 | | -Text Macro: SPECVERSION v1.1.0 |
| 3 | +Status: WGD |
| 4 | +Text Macro: SPECVERSION v2.0.0 |
5 | 5 | Title: Immersive Audio Model and Formats |
6 | 6 | Editor: SungHee Hwang, Samsung, hshee@samsung.com |
7 | 7 | Editor: Felicia Lim, Google, flim@google.com |
8 | 8 | Repository: AOMediaCodec/iamf |
9 | 9 | 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> |
12 | 12 | !Latest approved version: <a href="https://aomediacodec.github.io/iamf/latest-approved.html">https://aomediacodec.github.io/iamf/latest-approved.html</a> |
13 | 13 | !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> |
16 | 16 | Abstract: This document specifies the Immersive Audio (IA) model, the standalone IA Sequence format, and the [[!ISO-BMFF]]-based IA container format. |
17 | 17 | Local Boilerplate: footer yes |
18 | 18 | Metadata Order: This version, !*, * |
@@ -2928,38 +2928,8 @@ class Bar { |
2928 | 2928 |
|
2929 | 2929 | <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}\). |
2930 | 2930 |
|
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 | + |
2963 | 2933 |
|
2964 | 2934 | # Annex # {#annex} |
2965 | 2935 |
|
|
0 commit comments