Hello,
I assume that it is the Opus Codec you want to port? We don't have any specific guides for this, but maybe a Zephyr module is a possible way of integrating OPUS into nRF Connect SDK?
There may be people with some advice in the community here on DevZone or over in the Zephyr project's Discord server as well.
Best regards,
Maria
Hello,
I assume that it is the Opus Codec you want to port? We don't have any specific guides for this, but maybe a Zephyr module is a possible way of integrating OPUS into nRF Connect SDK?
There may be people with some advice in the community here on DevZone or over in the Zephyr project's Discord server as well.
Best regards,
Maria
Hi, would ADPCM be interesting instead of OPUS?
Thank you very much!
That is the good way, many of our modules are integrated into nRF connect SDK by making them Zephyr module.
But I mean, Opus is usually built under Linux, so I wonder if there is any way or instruction building it on Windows with nrf connect sdk toolchain.
ADPCM is an alternative solution we are considering. we want to try OPUS first.
for nRF Connect SDK, we did a remote project, and we added ADPCM between thingy and a dongle. (we ported this from old SDK to new one)