Convert Text to Audio Tutorial in Python 3.10 (Text to MP3)

preview_player
Показать описание
Today we will be learning how we can convert any text (in almost any language) to audio, and also how we can save that audio as an mp3 in Python 3.10!
Рекомендации по теме
Комментарии
Автор

I can't figure out how to get a list of available voices... i can't run the text in my notepad++ like you are doing with your paid program. How would i go about it?

MrRaja
Автор

you have imported pyttsx3 and your code is 30 lines? idk what i'm not getting here

builder
Автор

for some reason i cannot save the output to a file, and i've not found the solution :/
The program ends without errors though no file is saved.
I'm on windows

CripsoCS
Автор

Pretty new to coding I've done step by step what you have done and cannot seem to figure out why I keep getting the following error.

import pyttsx3
ModuleNotFoundError: No module named 'pyttsx3'

Any help would be appreciated

mathieucote
Автор

do you know how to get the windows voice? Microsoft David Desktop - English (United States): (None)

rverm