Commit 027c0ba
Add extended HE-AAC to the AAC WebCodecs Registration (#930)
* Add Extended HE-AAC to AAC WebCodecs Registration
Adds "mp4a.40.42" (Extended HE-AAC) to the list of fully qualified codec
strings, along with a note that Extended HE-AAC should use the "aac"
bitstream format. Updates the [ISO14496-3] reference to the 2019 edition
and adds new bibliographic references for [ISO23003-3] (USAC) and
[ISO23003-4] (DRC).
Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>
* Address PR comments on AudioDecoderConfig description
Fixes the grammar ("assumed to a" -> "assumed to be an"), updates
the AudioSpecificConfig table reference from 1.15 to 1.19, and
adds "format" after {{AacBitstreamFormat/aac}} as requested by the
reviewer.
Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>
* Implement PR feedback for Extended HE-AAC
- Adds "(xHE-AAC)" to the display name of mp4a.40.42
- Changes "shall" to "must" in EncodedAudioChunk data requirement
Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>1 parent b35e5ee commit 027c0ba
1 file changed
+20
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | 57 | | |
| |||
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| 69 | + | |
57 | 70 | | |
58 | 71 | | |
59 | 72 | | |
| |||
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
69 | | - | |
| 82 | + | |
70 | 83 | | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
77 | 90 | | |
78 | 91 | | |
79 | 92 | | |
| |||
0 commit comments