Support for embedded system
Hi, thanks for the great work on this library. I'm currently working on a project that requires real-time audio processing on an embedded device, potentially running on an RTOS.
I'd like to ask:
Has this library been tested or used in embedded environments (such as ARM Cortex-M, Raspberry Pi, etc.)?
Are there any known limitations or requirements when integrating it with an RTOS (e.g., FreeRTOS, Zephyr) or in systems with limited memory and processing power?
Do you have any recommendations or considerations for using this library in such a context?
Thanks in advance!
Bungee was created with real-time operation in mind. But to know how well it will work well on a particular system, you'll have to try.
There should be no problems relating to the use of an RTOS. HTH a little!