├── .gitignore ├── LICENSE ├── README.md ├── Snipaste.png ├── app.py ├── example ├── zh-CN-XiaoxiaoNeural.wav ├── zh-CN-XiaoyiNeural.wav ├── zh-CN-YunjianNeural.wav ├── zh-CN-YunxiNeural.wav ├── zh-CN-YunxiaNeural.wav ├── zh-CN-YunyangNeural.wav ├── zh-CN-liaoning-XiaobeiNeural.wav └── zh-CN-shaanxi-XiaoniNeural.wav └── style.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/README.md -------------------------------------------------------------------------------- /Snipaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/Snipaste.png -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/app.py -------------------------------------------------------------------------------- /example/zh-CN-XiaoxiaoNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-XiaoxiaoNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-XiaoyiNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-XiaoyiNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-YunjianNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-YunjianNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-YunxiNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-YunxiNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-YunxiaNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-YunxiaNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-YunyangNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-YunyangNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-liaoning-XiaobeiNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-liaoning-XiaobeiNeural.wav -------------------------------------------------------------------------------- /example/zh-CN-shaanxi-XiaoniNeural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/example/zh-CN-shaanxi-XiaoniNeural.wav -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycyy/edge-tts-webui/HEAD/style.css --------------------------------------------------------------------------------