Hello every one!!!!!

So, a small intro... what i try to do it to compute the harmonic peaks of my
input (an "aaaaa" vowel)....

What i do is : my input-> hanning -> fft() -> abs() -> 20*log10()
and from that result i want to see where i have peaks....

I found the object peak~ witch takes a signal input and gives me a signal output...
really what i need...but the big big problem is that it only gives me 5-12 peaks in each processed block, and also not all the peaks that exist between its results,
(I hope i am clear). I looked for the help of the object, or the source code, but i did
not find anything.

What i want to do is to find around the first 160 peaks of my input signal and had
a correct output as in a format like the output of [peak~]....

Is there any ideas????