-
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.
audio_frame_decoder
: Decouple initialization from processing.
- Initialize wav writers when initializing decoders. Dump decoded frames to the wav writers as processing occurs. - Also fold in some duplicate logic between initializing wav writers and initializing decoders. - This will make it easier for future changes which will break out some kind of initialization function and make this component iterative. PiperOrigin-RevId: 628175765
- Loading branch information
Showing
1 changed file
with
47 additions
and
63 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