edge tts server
1.0.0
Deploy edge-tts with docker.
You can directly use docker image:
docker run -p 8088:8088 herberthe0229/edge-tts-serverFirst, you need to setup python environment.
Then, run the following commands:
yarn installyarn buildpython3 -m venv .venvsource .venv/bin/activateedge-tts: pip3 install edge-ttsyarn serve| Method | Path | Query | Description |
|---|---|---|---|
| GET | /voices |
search(optional) |
Get all supported voices |
| GET | /tts |
text, voice(required) |
Convert text to speech |
| GET | /clean |
secret(required) |
Clean the exised mp3 files |
GPL-3.0 © Herbert He