Share via

HOW TO USE MY VOICE FOR TEXT TO SPEECH

Ko Alex 0 Reputation points
2026-02-09T04:50:37.7633333+00:00

I want to use my own voice to create a speech. How and where to do it?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Sridhar M 5,335 Reputation points Microsoft External Staff Moderator
    2026-02-09T12:47:11.2466667+00:00

    Hi Ko Alex

    you're interested in using your own voice for text-to-speech applications. Here's how you can go about it:

    Custom Neural Voice: Azure provides a feature called Custom Neural Voice that allows you to create a unique synthetic voice that sounds like your own by using your audio samples as training data. This involves several steps:

    • Registration: You'll need to register your use case through the intake form, as access to this feature is limited.
    • Preparing Audio Samples: You'll need to record a set of audio samples for your voice. To get started, check out the documentation on how to record voice samples.
    • Training and Deployment: Once you have your samples, you can train and deploy your custom voice model. Here’s a guide on how to create and use your voice model.

    Neural Text-to-Speech: If you are looking for a quicker solution without creating your own custom voice, consider using the standard Neural Text-to-Speech service that Azure offers. It provides natural-sounding text synthesis that's very close to human speech. You can find more about this in the Neural Voice documentation.

    Quickstarts and Samples: To help you get started with using Text-to-Speech, Azure provides quickstart guides across different programming languages. You can check out these resources to see how to quickly implement text-to-speech capabilities in your applications:

      - [Quickstart: Convert text to speech (C#)](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/get-started-text-to-speech?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider#quickstart)
      
         - [Getting Started with Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/get-started-speech-to-text).
         
    

    Hope this helps! Let me know if you have any other questions or need more guidance!

    References:

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Thank you!


  2. BryceSor 4,905 Reputation points Volunteer Moderator
    2026-02-09T04:54:43.14+00:00

    If you are using Windows 11 try doing the following;

    Windows 11 voice typing

    • Press Windows key + H

    • A small voice‑typing bar appears

    • Speak, and your words appear as text in whatever app you’re typing in

    • Press the microphone button (or Win+H again) to stop

    It works anywhere you can type: email, Word, browser, chat, notes, etc.


  3. Q&A Assist
    2026-02-09T04:50:43.6833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To use your own voice for text-to-speech, you can create a personal voice using Azure's Speech Service. Here are the steps to get started:

    1. Create a Project: You need to create a project in the Azure Speech Studio.
    2. Upload Consent File: It's required to upload a consent file where you acknowledge that your voice will be used. This includes a recorded statement from you.
    3. Get a Speaker Profile ID: After providing your consent and an audio prompt, you will receive a speaker profile ID, which encodes your voice characteristics.
    4. Use Your Personal Voice: Once your personal voice is created, you can use it to synthesize speech in over 90 languages supported across more than 100 locales.

    You can access the personal voice demo in Speech Studio to try it out and see how it works. Make sure you have an S0 resource to access the demo.

    For more detailed instructions, you can refer to the Azure documentation on creating and using personal voice.

    0 comments No comments

Your answer

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