cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7XX/F4XX - How to play a Wave sound backwards (Reverse playback) ?

DB..1
Associate II

I have an STM32F7 Discovery card and I would like to know how to read a Wave sound backwards (reverse playback) via SAI and I2S interfaces ?

I can play a Wave sound forward and change its speed with the library and documentation provided by ST.

Thank you for your help.

This discussion is locked. Please start a new topic to ask your question.
10 REPLIES 10
DB..1
Associate II

This is the principle of double buffering with circular DMA.

This is what I am currently using.