Hi,
I use our customer board that enable the i2s to the DAC to speaker. However, i only verify the play a wav file directly that seems work normally but our target is playing the
real-time streaming the data come from our sensor through SPI bus to read data back then do the digital filter to convert the audio int16_t data. Final we use a k_fifo to put
the data then the audio thread to get this data to play the sound. I see a lot of error when do the i2s_buf_write do you have any idea for the audio thread to handle the audio data from the k_fifo thanks.
prj.conf:
overlay file:
Stanly