You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys short question about use and misuse of the device driver model:
I'm designing a modular DSP pipeline system where multiple processing nodes (equalizers, compressors, filters, etc.) need to auto-register themselves and be discovered by an orchestrator component at runtime.
My question: Is it appropriate/recommended to use Zephyr's device model for purely virtual/software DSP processing nodes or even the complete pipeline, or is this considered a misuse of the framework?
The device model's capabilities to model complex DSP pipelines seems very very useful, but I want to avoid potential pitfalls or architectural mistakes.
Thanks for any insights!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys short question about use and misuse of the device driver model:
I'm designing a modular DSP pipeline system where multiple processing nodes (equalizers, compressors, filters, etc.) need to auto-register themselves and be discovered by an orchestrator component at runtime.
My question: Is it appropriate/recommended to use Zephyr's device model for purely virtual/software DSP processing nodes or even the complete pipeline, or is this considered a misuse of the framework?
The device model's capabilities to model complex DSP pipelines seems very very useful, but I want to avoid potential pitfalls or architectural mistakes.
Thanks for any insights!
I generated a super simple example of this:
Beta Was this translation helpful? Give feedback.
All reactions