convert an audio recorded by human into AI voice

KARTAVYA JADAV 0 Reputation points
2024-01-19T07:32:28.82+00:00

i want to convert an audio recorded by human to an AI voice which are provided by MS azure in speech studio in text to speech.
text to speech converts text provided by me into audio in the AI voice I select in speech studio but i want to convert audio recorded by me into the voice which are provided by text to speech service, if i say specifically I want to convert the audio recorded by me into the voice of AI voice(Guy's voice which name is "en-US-GuyNeural") What should I do.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,079 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,121 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,675 questions
{count} votes

1 answer

Sort by: Most helpful
  1. dupammi 8,615 Reputation points Microsoft External Staff
    2024-01-19T08:40:17.94+00:00

    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:

    User's image

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.