forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch implements the decoding service for streaming data. The underlining decoding method has been changed, therefore the decoded output are in interleaved data format, not as AudioBuffer. Bug: b/113131759, b/80315134 Test: manual. Change-Id: I5b382caa33a1bd60a8b262847b76498280c3ed90 Reviewed-on: https://chromium-review.googlesource.com/1192685 Reviewed-by: Sam McNally <[email protected]> Reviewed-by: Xiaohui Chen <[email protected]> Commit-Queue: Tao Wu <[email protected]> Cr-Commit-Position: refs/heads/master@{#587447}
- Loading branch information
wutao
authored and
Commit Bot
committed
Aug 30, 2018
1 parent
247fb8a
commit b7a9ec9
Showing
11 changed files
with
293 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This directory contains audio decoder service for the Chrome OS native Assistant | ||
to decode the audio output by Libassistant, before connecting to AudioService. | ||
We cannot use the standard media service, which does not have the demuxer. |
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
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.