I looked around but must of the stuff i've found is for analyzing important data or quantum physics, all I need is to convert my voice print style display to an spectrum analyzer style display, ie. 23 bands of freqs showing a level for each, the input I have is in the form of pcm samples (-10000 to +10000) sampled at 23 points in the buffer.
It doesnt have to be accurate, just look accurate, after all, there is a sync issue anyway,
So far I have an array of 23 vars, and each range from the above -10000 to +10000, the output when displayed in the form of 1 to 16 bars high,23 across, looks like a voice print.
I was hoping someone may have found something like this before for something similar, and could post the code, form what I can tell, it should be possible with only 2 loops.
It doesnt have to be accurate, just look accurate, after all, there is a sync issue anyway,
So far I have an array of 23 vars, and each range from the above -10000 to +10000, the output when displayed in the form of 1 to 16 bars high,23 across, looks like a voice print.
I was hoping someone may have found something like this before for something similar, and could post the code, form what I can tell, it should be possible with only 2 loops.