I would like to add voice commands to my game, how could I have it always listening without having to click a start and stop button?
I did try checking the volume from the mic using audioClip.GetData, but that seems to break after I run microphoneRecord.StartRecord().
How could this be done? Thanks!
I would like to add voice commands to my game, how could I have it always listening without having to click a start and stop button?
I did try checking the volume from the mic using audioClip.GetData, but that seems to break after I run microphoneRecord.StartRecord().
How could this be done? Thanks!