Open Aakanksha345 opened 6 years ago
Hi @Aakanksha345,
Here are a few suggestions. You could use the Microsoft Translator Speech API for speech to text translation: https://docs.microsoft.com/en-us/azure/cognitive-services/translator-speech/overview
You could also use the Azure Speech Service which is in public preview: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview
In both cases, you would need to feed to the speech/translation APIs the audio received by your bot via the AudioSocket.AudioMediaReceived event handler. You can take a look at the HueBot sample for an example of speech recognition usage.
Thanks Francois
I am trying to utilize bot to convert the real time audio conversation into translated text of my language. Is it possible to extend the functionality. If yes please inform where do i need to make adjustments in code ?