|
36 | 36 | <pre class='biblio'> |
37 | 37 | { |
38 | 38 | "iso14496-3": { |
39 | | - "href": "https://www.iso.org/standard/53943.html", |
40 | | - "title": "ISO/IEC 14496-3:2009 - Information technology — Coding of audio-visual objects — Part 3: Audio", |
| 39 | + "href": "https://www.iso.org/standard/76383.html", |
| 40 | + "title": "ISO/IEC 14496-3:2019 - Information technology — Coding of audio-visual objects — Part 3: Audio", |
41 | 41 | "publisher": "ISO", |
42 | | - "date": "2009-09" |
| 42 | + "date": "2019-12" |
| 43 | + }, |
| 44 | + "iso23003-3": { |
| 45 | + "href": "https://www.iso.org/standard/76385.html", |
| 46 | + "title": "ISO/IEC 23003-3:2020 - Information technology — MPEG audio technologies — Part 3: Unified speech and audio coding", |
| 47 | + "publisher": "ISO", |
| 48 | + "date": "2020-06" |
| 49 | + }, |
| 50 | + "iso23003-4": { |
| 51 | + "href": "https://www.iso.org/standard/89036.html", |
| 52 | + "title": "ISO/IEC 23003-4:2025 - Information technology — MPEG audio technologies — Part 4: Dynamic range control", |
| 53 | + "publisher": "ISO", |
| 54 | + "date": "2025-03" |
43 | 55 | } |
44 | 56 | } |
45 | 57 | </pre> |
|
54 | 66 | - `"mp4a.40.5"` — MPEG-4 HE-AAC v1 (AAC LC + SBR) |
55 | 67 | - `"mp4a.40.05"` — MPEG-4 HE-AAC v1 (AAC LC + SBR), leading 0 for Aud-OTI compatibility |
56 | 68 | - `"mp4a.40.29"` — MPEG-4 HE-AAC v2 (AAC LC + SBR + PS) |
| 69 | +- `"mp4a.40.42"` — Extended HE-AAC (MPEG-D USAC + MPEG-D DRC) as defined in [[iso23003-3]] and [[iso23003-4]] |
57 | 70 | - `"mp4a.67"` — MPEG-2 AAC LC |
58 | 71 |
|
59 | 72 | EncodedAudioChunk data {#encodedaudiochunk-data} |
|
66 | 79 | If the bitstream is in {{AacBitstreamFormat/aac}} format, the |
67 | 80 | {{EncodedAudioChunk/[[internal data]]}} of {{EncodedAudioChunk}}s are expected |
68 | 81 | to be a raw AAC frame (syntax element `raw_data_block()`), as described in |
69 | | -section 4.4.2.1 of [[iso14496-3]]. |
| 82 | +section 4.4.2.1 of [[iso14496-3]]. Extended HE-AAC shall be in {{AacBitstreamFormat/aac}} format. |
70 | 83 |
|
71 | 84 | AudioDecoderConfig description {#audiodecoderconfig-description} |
72 | 85 | ================================================================ |
|
0 commit comments