forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While encoding disregard audio buffer timestamps except after Flush()
The audio encoder treats incoming frames as continuous sound signal and disregard timestamps even if it appears that there are gaps and overlaps in the audio signal. Test: updated unit test, wc-audio.glitch.me sounds good Bug: 1195189 Change-Id: I005398d1f06662ef455d05c8442a4f00ae2d82dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2801287 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#869125}
- Loading branch information
Showing
3 changed files
with
47 additions
and
109 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