Install Microsoft Edge Text-to-Speech to PC | Convert to Audio mp3 format
Here’s how you can install Microsoft Text-to-Speech on your computer. If you are not aware of Microsoft Edge Read Aloud Selection, you can easily convert your text to audio with different voice choices; however, you will not be able to convert it to an audio file—instead, you will have to record it. So here is an easy guide on how you can install it to your PC.
We will be using Anaconda to install Edge-tts, but you can directly install Python and run the command. First, create the Python environment with conda create –name edge-tts python=3.13, and activate it with conda activate edge-tts. After that, run the install command with pip install edge-tts. Now you have successfully installed Edge-tts to your PC.
To convert the text to audio, you can list the voices to choose from with edge-tts –list-voices, and then use this command to convert it to the audio format:
edge-tts –voice your-voice-Neural –text “your text here” –write-media “C:\…..\name.mp3” –write-subtitles “C:\…..\name.srt”
And if you do not want to install anything whatsoever, you can use our Portable Edge-TTS (this is, however, paid). Thank you very much.