Chat system with voice changer

Hi Serge,

Yes it is possible to get input from a player’s microphone, but it will require coding knowledge.

In the lowlevel API examples in the FMOD API installation, take a look at the “record_enumeration” project to see how to query for and capture input from the microphone and play it back.

You can also use programmer instruments in an event if you’re using an FMOD Studio project.

You can place any DSP effects onto the channel the microphone’s audio is playing through, using Channel::DSP in the API.

If you’re using FMOD Studio, you can place effects onto the event’s tracks or group buses to add effects in real time.

I hope this has helped,
Richard

1 Like