Hello everybody:
I have a table filled with audio data, for instance, 20s of a singer line. I would like to get the frequencies of that recording for every window of W samples (W=2048, 4096 or so). I can get those single values in time using [sigmund~] but I cannot copy them on the fly into a table. That vector (whose length is the same length as the audio) would have constant values for each window length.
The idea, later on, is to have an out of tune detector.
Thanks in advance.
Sumidero