I tested it today and just I can tell you double thank you 😆 for sharing this code.
It working just amazing. I tested it on my T4.1 equipped with 16mb psram with large buffer and even all 10 channels once and still...
I rewrote my code and I was able get it to work with ARM hardware multiply using mult32x64 and mixing outputA and outputB by clip_q31_to_q15.
It working nice better than I expected.
I writing now code for floating...
I working on new DSP code now, I got to work queue record and convert audio from int16 to float32 and from float32 to int16 for play queue using arm math function.
Now I need find proper equivalent functions for...
I just want do some calculations in floating point and looking how to do using CMSIS DSP
Above code is just a part full version of my pseudo realtime code which is here ...
Hey guys.
I just wondering if possible is moving this function to arm math and floating operations. I’m totally new with arm math and not sure.
// Multi ++++++++++++++++++++
inline uint32_t M32x16(uint32_t x,...
Hi Nic
Today I found your work! It is literally awesome.
I just started digging in examples, doing some testing. It working without problems.
Just working about stop command. I didn’t see in keyword file any and in...