-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to use a customized and unified "Mix Presentation Finalizer".
- Previously we had separate finalizers. But now we have one finalizer that can be configured with custom rendering and loudness calculating behavior. - Now that we only need one finalizer, it is better to have a single implementation. The different behaviors can be configured at construction time. - `MeasureLoudnessOrFallbackToUserLoudnessMixPresentationFinalizer` behavior is mimicked by configuring it with `nullptr` factories. - `iamf/cli/iamf_components.cc`: Return `nullptr` factories to match the long-standing behavior; bypass rendering and trust the user-provided loudness. - Clean up related cruft. PiperOrigin-RevId: 688961745
- Loading branch information
Showing
11 changed files
with
70 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.