Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallnew666/edge-tts-ui
微软文字转语音工具,edge-tts UI版本,增加了停顿功能
https://github.com/smallnew666/edge-tts-ui
Last synced: 16 days ago
JSON representation
微软文字转语音工具,edge-tts UI版本,增加了停顿功能
- Host: GitHub
- URL: https://github.com/smallnew666/edge-tts-ui
- Owner: smallnew666
- Created: 2024-01-04T07:32:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T08:21:05.000Z (4 months ago)
- Last Synced: 2024-07-31T08:17:25.126Z (4 months ago)
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 102
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 文字转语音应用程序
# edge-tts-ui这个应用程序是一个使用 `edge-tts` 库和 PyQt5 创建的文本转语音(TTS)工具。它允许用户输入文本,从多种声音中选择,通过插入静音片段来实现插入停顿,并生成 MP3 格式的语音输出。
## 界面预览
![00](https://github.com/smallnew666/edge-tts-ui/assets/24582880/67474188-29bc-48af-91c6-8ad5ad823ea8)## 特性
- 输入文本以生成语音。
- 选择不同的声音进行语音合成。
- 控制语音的速度和音量。
- 在语音中插入停顿的能力。
- 回放功能以预览生成的语音。
- 将语音输出导出为 MP3 文件。
## 系统要求
- Python 3
- PyQt5
- edge-tts
- lameenc
## 安装要使用该应用程序,请克隆此仓库并安装所需的依赖项:
```bash
git clone https://github.com/smallnew666/edge-tts-ui.git
cd edge-tts-ui
pip install -r requirements.txt
```## 使用方法
通过执行主 Python 脚本来运行应用程序:
```bash
python app.py
```## 贡献
感谢开源项目:
https://github.com/rany2/edge-tts## 许可证
本项目根据 [MIT 许可证]() 授权。
## 注意事项
本项目仅供学习和研究使用,不得用于商业用途。
欢迎加入知识星球,里面包括各种工具及教程,每日更新!!!
![image](https://github.com/smallnew666/edge-tts-ui/assets/24582880/3cd267b7-d2ff-41ab-94d1-efefcc3fcbf9)