User Activity

I have audio pass-through working project for STM32F746/769 DISCO module, where block of 4 samples (2 left and 2 right channel ones) from input are passed to output chanell DMA buffer.My delay line implementation is as follows:#define BUFF_SIZE 4 #de...