-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Desynchronize demixing for original and decoded frames.
- Remove restrictions that original and decoded samples align. - This is only relevant for users that have the original samples. - Restriction checking belongs with the user that cares about them being synchronized or are not really relevant when there already is `DecodedAudioFrame::down_mix_params``; such as the `ReconGainGenerator`. - This helps move towards an interface suitable for users which only care about audio element reconstruction. - Update procesisng functions to handle only one type of frames at a time - Update `StoreSamplesForAudioElementId` to be a template function which handles original or decoded audio frames. - Update `ApplyDemixers` to work only for one `TimeLabeledFrameMap` at a time. PiperOrigin-RevId: 633259446
- Loading branch information
Showing
2 changed files
with
289 additions
and
77 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
Oops, something went wrong.