I m using a microphone class to record audio from user. I want to add an timer to show the user a live timer which keeps counting when the user speaks and stops once he is done. any idea how to add an timer when the microphone starts recording.
Also I want the limit the recording to particular time limit for example the user can speak only for 2 mins. Sample code would be really helpful
I m using a microphone class to record audio from user. I want to
Share
This code counting 2 minutes and update
ElapsedTimeTextBlockwith elapsed timeHope this helps