my project need to recording audio data from codec continius for more than 10 senconds.i want use nrf5340 to do it.
the codec is tlv320aic3109 or wm8731.I have looked “easydma and i2s" chapter of nrf5340 datasheet.
Then i found a question about if is it possible to recording 10 seconds continius audio data with 44.1khz using i2s interface?
for example:
i use a buffer[4096] to receive 44.1khz frequence audio data,when the buffer is full,i2s automatically stoped.i have to trigger again to start the sample.
thus the continus process is interrupted.
Is my thinking correct?