In general, you need to put the a block of signal samples into a buffer and then process it.
Unfortunatelly, I'm not aware of any component for FFT, however there might be some sample code on the internet in C for this, try using search engines.
Anyway, If I think about the the guitar tuner application you mentioned, maybe the FFT would be too complex and unnecessary, maybe there would help some simple approach - using a simple filter cutting off high frequencies and then measure period of the resulting sine wave (count number of samples between crossing the average value).
best regards
Petr Hradsky
Processor Expert Support Team