#euphemism any idea of the maximum

1 messages · Page 1 of 1 (latest)

languid fulcrum
#

Got audio written to SD card

#

There were a few pops or something, so I started looking into multicore + a double buffer

#

Idea being one core is dedicated to the SD write while the other is handling the microphone callback.

#

"Idea being". Having some issues with it at the moment.

#

But, the RP2040 stamp has 8MB of flash, and in my use case I think that would be sufficient to generate a complete recording of someone's message, and then when the frog phone is "hung up" that would run some code to transfer the recording to the SD card.

languid fulcrum
#

Though, in its current state of "All I do is read microphone data and write directly to SD card" there are no pops.

#

So unlimited length I guess.