We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a565a commit 2f1fcfdCopy full SHA for 2f1fcfd
examples/Support for Local TTS function/Readme.md
@@ -210,14 +210,17 @@ Create a new virtual environment
210
`python3 -m venv venv`
211
`source venv/bin/activate`
212
It looks like this:
213
+
214

215
216
then:
217
`pip install pyttsx3`
218
`pip install flask`
219
`pip install flask_cors`
220
`pip install gTTS`
221
`pip install edge_tts`
222
And then start the server: `python3 tts_ws.py`
223
224

225
226
If necessary, adjust the firewall
@@ -318,4 +321,4 @@ A web interface for testing:
318
321
319
322
````
320
323
-
324
+
0 commit comments