https://github.com/stillmisty/nonebot_plugin_audio
生成角色语音
https://github.com/stillmisty/nonebot_plugin_audio
Last synced: about 2 months ago
JSON representation
生成角色语音
- Host: GitHub
- URL: https://github.com/stillmisty/nonebot_plugin_audio
- Owner: StillMisty
- License: apache-2.0
- Created: 2024-10-18T06:43:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:00:10.000Z (3 months ago)
- Last Synced: 2025-03-06T13:22:15.954Z (3 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nonebot_plugin_audio
生成角色语音
## 用法
1. **语音列表**:获取可用角色列表
2. **[角色]说[文本]**:合成对应语音## 依赖
```shell
pip install httpx
```