tts tag

2 questions


1 answers
135 views
0
I'd like to get a voice message from Python as an event.

After converting the input voice into text, a program that outputs the appropriate answer (a line written in text) back to voice I'm making itRight now, I'm making sure that I keep going through infin...


2 answers
100 views
0
How to use Python gTTS

I'm trying to use gts module in Python import os from gtts import gTTStext_to_read = Hilanguage = 'ko'slow_audio_speed = Falsefilename = my_file.mp3def reading_from_user(): user_input = input (What sh...

1 years ago

© 2024 OneMinuteCode. All rights reserved.