I am using Windows IOT (Windows Universal App) on a dragonboard along with Windows.Media.SpeechSynthesis and Windows.Media.SpeechRecognition.
The problem I am facing is that the Speech Synthesis is picked up by the SpeechRecognition of the system.
I do not want to disable the recognition while the text to speech is running since I have to keep the system in an 'always listening state', so I can accept commands even while it is talking.
Is there any Windows IOT class etc. that would prevent such a conflict? Or are there any other solutions that I could employ?
Thank you.