Skip to content
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

Add initial Google CTC component #8689

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

eddy1021
Copy link

@eddy1021 eddy1021 commented Jan 3, 2024

Add CTC component

Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eddy1021 can you update to us the module API instead of component API (now deprecated) ? Module API works with both IPC3 & 4, the changes are mainly in registration/init with some functions using changed names and args. @singalsu can give you more details if needed. Thanks !

@eddy1021 eddy1021 changed the title [WIP] CTC Add initial Google CTC component Feb 6, 2024
@eddy1021 eddy1021 marked this pull request as ready for review February 6, 2024 23:07
Copy link
Contributor

@andyross andyross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I can declare myself expert enough to start pontificating a bit. A few spots seem like they might be errors, most are nitpicks.

third_party/include/google_ctc_audio_processing.h Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eddy1021 good to see a mock as part of this PR :)
@singalsu pls review.

@lyakh
Copy link
Collaborator

lyakh commented Jul 18, 2024

@eddy1021 BTW, this PR adds a mock, but all Kconfig options are off by default, so this will never be tested by the CI, not even for compilation, right?

Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is starting to be ready. Having a version in the tree could help with maintainance and get changes like the recent UUID registry and cleanup of the xtos/zephyr makefiles, "for free". These need to be addressed, but I'm ok to do these as follow-ups.

src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
@marc-hb
Copy link
Collaborator

marc-hb commented Jul 19, 2024

this PR adds a mock, but all Kconfig options are off by default, so this will never be tested by the CI, not even for compilation, right?

I think you mean "open-source CI". I think (and hope) there are many closed CIs we don't all know about.

@lyakh
Copy link
Collaborator

lyakh commented Jul 19, 2024

this PR adds a mock, but all Kconfig options are off by default, so this will never be tested by the CI, not even for compilation, right?

I think you mean "open-source CI". I think (and hope) there are many closed CIs we don't all know about.

@marc-hb I mean the SOF GitHub PR CI - the one we all see results of when submitting our PRs.

@eddy1021
Copy link
Author

@eddy1021 BTW, this PR adds a mock, but all Kconfig options are off by default, so this will never be tested by the CI, not even for compilation, right?

I turned the Mock to default on now. Thanks for pointing this out!

@lgirdwood
Copy link
Member

@eddy1021 CI has some scheduled downtime, I'll manually rerun CI on Monday.

@marc-hb
Copy link
Collaborator

marc-hb commented Jul 26, 2024

@eddy1021 CI has some scheduled downtime, I'll manually rerun CI on Monday.

There was a downtime but that is not the main reason Jenkins did not test this. The main reason is because I had to add the magic keywords [SKIP SOF-TEST] in the past because of rapid-fire force pushes that were saturating our scarce hardware devices. It seems more quiet now; dropping it.

EDIT: Friday's downtime was actually cancelled for complex reasons.

@marc-hb marc-hb changed the title [SKIP SOF-TEST] Add initial Google CTC component Add initial Google CTC component Jul 26, 2024
@marc-hb
Copy link
Collaborator

marc-hb commented Jul 26, 2024

SOFCI TEST

1 similar comment
@marc-hb
Copy link
Collaborator

marc-hb commented Jul 29, 2024

SOFCI TEST

Copy link
Contributor

@andyross andyross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneak in and refresh my vote

src/audio/google/Kconfig Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
src/audio/google/google_ctc_audio_processing.c Outdated Show resolved Hide resolved
zephyr/CMakeLists.txt Show resolved Hide resolved
@lgirdwood
Copy link
Member

@cujomalainey good for you now ?

Introduce a new component to perform crosstalk-cancellation on
the playback path.

Signed-off-by: Eddy Hsu <eddyhsu@google.com>
@cujomalainey
Copy link
Member

I'll push submit tomorrow unless anyone else fines any issues.

@lgirdwood
Copy link
Member

I'll push submit tomorrow unless anyone else fines any issues.

I've rerun failing GH actions (now passed) and CI is showing expected results (this module not tested in CI to date). Pls merge when ready.

@cujomalainey cujomalainey merged commit b2521ea into thesofproject:main Aug 6, 2024
44 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants