giuliomoro
so better not to use the disable cache method when recording audio to the SSD?
I write the audio from a buffer to the recording location on the SSD like this:
~rec_mono_buf = Buffer.alloc(s, 65536, 1);
~rec_mono_buf.write(~recording_location++~time_stamp++"_question"++(i+1)++"_recording.wav".standardizePath, "wav", "int16", 0, 0, true);
~diskout_recorder_mono = Synth(\diskout_recorder_mono, [\inBus, ~rec_mono, \recbuf, ~rec_mono_buf],~recGroup);