Hello, I am interested in implementing opus decoder in my project. My OS: FreeRTOS MCU: NXP IMXRT1060 IAR 8.32 I integrated the library opus and successfully compiled (at least didn?t receive compile warning or errors). What a right way to take opus file and decode to wav file? I see, there a few examples, but I don?t know what example will be suitable for me? Pls advise, Kind Regards, Leonid Shigris RT Engineer Email: LeonidS at riscogroup.com<mailto:LeonidS at riscogroup.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20240526/f980017a/attachment.htm>
Hello, I integrated the latest library 1.5.2 into my system. To compile the library have to allow VLA in IAR. Running FreeRTOS on MCU NXP IMXRT1060. I encoding the file using opus_demo.exe. And for decoding I took the part of opus_demo.c and implemented on my MCU. I experience a system crash from time to time by running the decoding. I don?t see any memory overflow not in heap, not thread overflow. Is there a situation that silk frame corruption causes to system crash? Pls advise, Kind Regards, Leonid Shigris RT Engineer Email: LeonidS at riscogroup.com<mailto:LeonidS at riscogroup.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20240604/ccbcbdd3/attachment.htm>