Record to SD card

Exploring the Daisy Patch for a potential project. Is it possible with libDaisy, DaisySP, pD or Max gen to record four channels of audio direct to the SD card? Has anyone tried this in a project while also running other DSP on the audio stream?

Hey Trevor!

With .cpp, there’s the WavWriter in libDaisy that you can use to record audio into a buffer and write to a WAV file on an SD Card. You can learn more about it here.

My assumption is that you want to send audio into the 4 inputs of Patch and record each channel separately at once (so recording/writing 4 separate wave files simultaneously).
And this should be possible to do by using 4 WavWriter objects.

I hope this helps!!

1 Like