Rcording for application

I was interested in using FMOD Core API for a small app our startup is creating. It involves in taking input through the device’s microphone and simultaneously outputting it through a pair of headphones so the user is able to hear themselves. I was looking through the FMOD API documentation and found about the ability of recording. Is this the correct approach to take? Would it be possible to direct me to an example of recording using the API? Finally would downloading the FMOD API that is located in downloads on your website help me achieve this?

Thank You.

The FMOD API download includes a number of examples, one of which is called ‘record’. This example records from an input an plays it back, with the ability to add effects.