Skip to content

Add Extended HE-AAC to AAC WebCodecs Registration#3

Open
Djuffin wants to merge 3 commits intomainfrom
extended-he-aac-12508865787470178836
Open

Add Extended HE-AAC to AAC WebCodecs Registration#3
Djuffin wants to merge 3 commits intomainfrom
extended-he-aac-12508865787470178836

Conversation

@Djuffin
Copy link
Owner

@Djuffin Djuffin commented Mar 10, 2026

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).


PR created automatically by Jules for task 12508865787470178836 started by @Djuffin

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>
@google-labs-jules
Copy link

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should say:

If {{AudioDecoderConfig/description}} is present, it is assumed to be an AudioSpecificConfig as defined in [iso14496-3] section 1.6.2.1, Table
1.19, and the bitstream is assumed to be in {{AacBitstreamFormat/aac}} format.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the AudioDecoderConfig description section to correctly specify Table 1.19, assumed to be an, and in {{AacBitstreamFormat/aac}} format as requested.

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>
- `"mp4a.40.5"` — MPEG-4 HE-AAC v1 (AAC LC + SBR)
- `"mp4a.40.05"` — MPEG-4 HE-AAC v1 (AAC LC + SBR), leading 0 for Aud-OTI compatibility
- `"mp4a.40.29"` — MPEG-4 HE-AAC v2 (AAC LC + SBR + PS)
- `"mp4a.40.42"` — Extended HE-AAC (MPEG-D USAC + MPEG-D DRC) as defined in [[iso23003-3]] and [[iso23003-4]]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add xHE-AAC in parenthesis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added (xHE-AAC) as requested.

{{EncodedAudioChunk/[[internal data]]}} of {{EncodedAudioChunk}}s are expected
to be a raw AAC frame (syntax element `raw_data_block()`), as described in
section 4.4.2.1 of [[iso14496-3]].
section 4.4.2.1 of [[iso14496-3]]. Extended HE-AAC shall be in {{AacBitstreamFormat/aac}} format.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use "must" instead of "shall"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed "shall" to "must".

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant