Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #769, fix typos in base profile #780

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ NOTE: This behavior is to allow future versions of this specification to define

This section specifies the conformance points of the simple profile.

When the [=primary_profile=] field set to 0, the following constraints apply to the [=IA Sequence=]:
When the [=primary_profile=] field is set to 0, the following constraints apply to the [=IA Sequence=]:

- There SHALL be only one unique [=Audio Element OBU=].
- There SHALL NOT be any [=Temporal Delimiter OBU=]s present.
Expand All @@ -1853,8 +1853,8 @@ Capabilities of the IA parser, decoder, and processor:

This section specifies the conformance points of the base profile.

When the [=primary_profile=] field set to 1, the following constraints apply to the [=IA Sequence=]:
- There SHALL be at most two unique [=Audio Element OBU=]s at any one time.
When the [=primary_profile=] field is set to 1, the following constraints apply to the [=IA Sequence=]:
- There SHALL be at most two unique [=Audio Element OBU=]s.
- There SHALL be at most one Channel-based [=Audio Element=] having [=num_layers=] > 1 at any one time.
- There SHALL be at most one Scene-based [=Audio Element=] at any one time.
- In other words, only the following combinations of two [=Audio Element=]s are allowed.
Expand Down