Hi @KARTAVYA JADAV ,
Thank you for using the Microsoft Q&A forum.
You can use the Speech Translation service under Azure Speech Service to enable real-time, multi-language speech-to-speech and speech-to-text translation of audio streams.
The service can accept your voice input from a microphone or recorded audio, but it defaults to the default voice provided by the studio. However, if you need a specific voice like "en-US-GuyNeural", you can opt for the REST API or Python SDK. These options allow you to specify the desired voice and convert the transcribed text into synthesized speech.
For more details please refer - Speech Translation service - Azure Speech Services
Below is sample repro that I did from my side:
I hope this helps. Thank you for your understanding.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.