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

fix plugin architecture #927

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

webispy
Copy link
Collaborator

@webispy webispy commented Apr 16, 2024

Modified plugin architecture to support embedding(built-in) in SDK
library instead of separate shared library.

Just add build options to the built-in target plugins as shown below.

cmake ... -DENABLE_BUILTIN_PLUGIN="opus,dummy,speex"

Signed-off-by: Inho Oh webispy@gmail.com

@webispy webispy added the WIP Working in progress label Apr 16, 2024
@webispy webispy added this to the v1.7.6 milestone Apr 16, 2024
@webispy webispy force-pushed the fix_plugin2 branch 3 times, most recently from a701df4 to e308a36 Compare April 17, 2024 05:31
@webispy webispy added enhancement New feature or request ci/cd/build CI/CD/Build (github apps, travis, ...) and removed WIP Working in progress labels Apr 17, 2024
Modified plugin architecture to support embedding(built-in) in SDK
library instead of separate shared library.

Just add build options to the built-in target plugins as shown below.

    cmake ... -DENABLE_BUILTIN_PLUGIN="opus,dummy,speex"

Signed-off-by: Inho Oh <webispy@gmail.com>
@kimhyungrok kimhyungrok merged commit 579e290 into nugu-developers:master Apr 17, 2024
12 checks passed
@webispy webispy deleted the fix_plugin2 branch April 17, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd/build CI/CD/Build (github apps, travis, ...) enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants