Results 477 comments of Wolle

Hello Andreas, thank you for your detailed explanation. The mutex should prevent two tasks from executing a function at the same time. This will soon be corrected in the master....

Thanks for the input, I know that the current state is not ideal. I'll have a look at it in the next few days.

Yes, I have copied the essentials from your source code and integrated them into a branch. Now the test phase begins.

Hi tueddy, you're already further along than me. So far I've only put the suggestions from [shbgr](https://github.com/shbgr) into a branch and tested whether it works, purely subjectively. The measurements look...

Previously, the system waited until all decoded data had been written to the DMA buffer. There are now two improvements: - The transfer of the data as a block suggested...

That looks good. If you can copy a block to BT instead of individual samples, this will save time again. `audio_process_i2s` is behind the equalizer and the volume control, so...

I have now transferred it to the Master, https://github.com/schreibfaul1/ESP32-audioI2S/pull/764