Posted on February 25, 2016 at 16:52Hello, I am using the Audio Record and Playback example for STM32F746G-DISCO board. I want to stop the DMA transfer in order to process the data stored so far. Can anyone tell me a way to stop the DMA?
Posted on January 14, 2016 at 10:11Hello, I'm using STM32F746G-DISCO Audio Record and Playback example. In loopback mode I want to apply an echo effect to the input buffer before sending it to the output. The code is as follows: int main(void) { ...
Posted on January 25, 2016 at 10:21I already tried using the callbacks for managing the buffer but the output doesn't generate the proper sound. I also tried another function instead of the echo effect. This sends only half of the input buffer to th...