-
Notifications
You must be signed in to change notification settings - Fork 11
modules: Add PoplessEqualizer module #21
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
Conversation
Add new PoplessEqualizer module under the "processing" folder. Signed-off-by: Annemarie Porter <quic_annemari@quicinc.com>
Enable posal timer, which allows the user to start a timer for a specified duration and call a callback function to send a signal once the timer expires. Signed-off-by: Annemarie Porter <quic_annemari@quicinc.com>
Build VCPM proxy, and add VCPM stub, which is required by VCPM proxy. APM is dependent on VCPM proxy to enable certain features, such as resource monitoring. Signed-off-by: Annemarie Porter <quic_annemari@quicinc.com>
Add some dependencies to modules, so that the compilation doesn't fail if those modules are built on their own. Signed-off-by: Annemarie Porter <quic_annemari@quicinc.com>
quic-plai
left a comment
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.
I would say fwk: enable Linux POSAL timer
quic-plai
left a comment
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.
Can we indicate that this change is just workaround. Eventually, we need to refactor VCPM proxy to have proxy logic move into APM?
| /** | ||
| * \file vcpm.c | ||
| * \brief | ||
| * This file contains VCPM Module Implementation |
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.
This is just stub. Can we name vcpm_stub.c to be consistent? Also, remember to update the comment indicating it is stub implementation
|
Closed to fix changes. |
Add new PoplessEqualizer module under the "processing" folder.