-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AudioFrameDecoder
: Process a single frame at a time.
- Instead of outputting by appending to a list, directly process one frame at a time. - The new interface is more generic and convenient if any call sites have their input in a different form or a different output arrangement. - Removes the thin loop which had to perform lookups each iteration anyway. - Directly return `abls::StatusOr`. Instead of leaving the reference in unknown state. - Simplify some tests. Empty list input, or append are no longer possible. PiperOrigin-RevId: 691387035
- Loading branch information
Showing
5 changed files
with
82 additions
and
143 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
Oops, something went wrong.