Skip to content

Commit

Permalink
Update unit tests to test the iterative renderer instead of the old, …
Browse files Browse the repository at this point in the history
…to-be-deprecated one shot renderer.

PiperOrigin-RevId: 706696105
  • Loading branch information
Googler authored and jwcullen committed Dec 16, 2024
1 parent 4f70c6b commit d6852bf
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 101 deletions.
3 changes: 3 additions & 0 deletions iamf/cli/rendering_mix_presentation_finalizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,9 @@ absl::Status RenderingMixPresentationFinalizer::Finalize(
mix_presentation_obu));
i++;
}
// Clearing rendering metadata closes all renderers, wav writers, and loudness
// calculators.
rendering_metadata_.clear();
return absl::OkStatus();
}

Expand Down
Loading

0 comments on commit d6852bf

Please sign in to comment.