I am new to iSpeech trying to implement this on an iPhone app and would like to know how/if I can identify if the user is speaking. For example, when the mic is active and the user is saying something, I would like to capture that event so as to show some animation and when the user is silent, I would stop the animation.
Is there something in their api to do something like that? or is it possible for me to do it from the AVaudioSession parallel to the iSpeech when iSpeech is already embedded in my project?
Please help.
Thank you