Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi. I need to use SpeechRecognition and saving speech file in parallel. As a result I want to get text representation of voice message (from microphone) and sound file, containing the same voice message. I can get text or sound file, but not both of them.

What I have tried:

TextToSpeech and MediaRecorder
Posted
Comments
Member 15627495 1-May-23 10:20am    
you have to use mutli-Threads,
and send your audio to both Tasks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900