-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comp: Add initial Google CTC component
Introduce a new component to perform crosstalk-cancellation on the playback path. Signed-off-by: Eddy Hsu <eddyhsu@google.com>
- Loading branch information
Eddy Hsu
committed
Mar 27, 2024
1 parent
7507b32
commit e67ecbc
Showing
12 changed files
with
818 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_COMP_STUBS=n | ||
CONFIG_COMP_MODULE_ADAPTER=y | ||
CONFIG_COMP_GOOGLE_CTC_AUDIO_PROCESSING=y | ||
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=n |
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.