Hi!
I made this patch, whose purpose is to write sound to a buffer, then play it on loudspeakers and record it with a microphone, again and again... at this point maybe some of you will guess the name of the piece it will play
First question: can I write to the same buffer I'm reading? This patch works, but there is a CPU peak on each play/record. One of my device crashes sometimes (ULN-8), the other not (RME UCX II)
Second question: the "loop" can last between 30'' and 2'', so the initial array should be at least 48000 * 120 (after the first iteration it will be resized), but PD warn me it's about to create an array with {a lot of} points! (with some xruns in jackd). So what's the problem with creating a 2' array?
Thank you for your help!