forked from thesofproject/sof
-
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.
google_rtc_audio_procesing: Clean up the mock, add busy waiting
Remove the code from the mock rig, most of it was dead anyway. Place the actual data copy into the execute_aec() step instead, where it can be expressed much more simply. Also add a "duty cycle" tunable in Kconfig where the mock will spin on the CPU when enabled to consume time proportional to its block size, to better emulate the processing overhead for validation uses. Signed-off-by: Andy Ross <andyross@google.com>
- Loading branch information
Showing
3 changed files
with
32 additions
and
103 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