-
Notifications
You must be signed in to change notification settings - Fork 349
[DNM] Google aec sink src dp #8469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ config COMP_GOOGLE_RTC_AUDIO_PROCESSING | |
| bool "Google Real Time Communication Audio processing" | ||
| select COMP_BLOB | ||
| select GOOGLE_RTC_AUDIO_PROCESSING_MOCK if COMP_STUBS | ||
| depends on IPC_MAJOR_4 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cujomalainey, @andyross I think this is how this PR excluded https://github.com/thesofproject/sof/actions/runs/6815375008/job/18534330110?pr=8469
|
||
| default n | ||
| help | ||
| Select for Google real-time communication audio processing. It | ||
|
|
@@ -35,7 +36,7 @@ config COMP_GOOGLE_RTC_AUDIO_PROCESSING_SAMPLE_RATE_HZ | |
| config COMP_GOOGLE_RTC_AUDIO_PROCESSING_NUM_CHANNELS | ||
| depends on COMP_GOOGLE_RTC_AUDIO_PROCESSING | ||
| int "Number of channels to process for Google Real Time Communication Audio processing" | ||
| default 1 | ||
| default 4 | ||
| help | ||
| Sets the number of channels to process in the Google real-time | ||
| communication audio processing. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline, please configure your editor.