I2s subcontract transmission, the sound is normal during the transmission of each packet, and there is noise when preparing next_buf. How to eliminate the noise? Looking forward to your reply, thank you
I2s subcontract transmission, the sound is normal during the transmission of each packet, and there is noise when preparing next_buf. How to eliminate the noise? Looking forward to your reply, thank you
Even directly preparing the next buf during an interrupt can be noisy
HKjace,
I am not an expert in I2S sound systems. But the information you gave is definitely does not seem enough for other forum members here in devzone to analyze the problem. Can you please be more descriptive on
Thank you for your answer. I didn't understand it well before. I'm sorry.Now I have found the reason after many attempts: the uint32_t const pointer type used in routine transmission, and the uint8_t const pointer type used by me, the length transmission should be divided by 4, the length transmission was wrong before, three times more transmission resulted in noise, now it has been solved,thank you all the same.
HKjace, Thanks for coming back to reply with the explanation