add: 音频/P3批量转换工具 (#336)

Co-authored-by: NyaOH-Nahida <3051979160@qq.com>
This commit is contained in:
香草味的纳西妲
2025-03-13 14:21:04 +08:00
committed by GitHub
parent 0ef913635d
commit d235ac4f52
3 changed files with 231 additions and 0 deletions

View File

@@ -61,6 +61,16 @@ python convert_p3_to_audio.py <输入P3文件> <输出音频文件>
```bash
python convert_p3_to_audio.py input.p3 output.wav
```
## 4. 音频/P3批量转换工具
一个图形化的工具支持批量转换音频到P3P3到音频
![](./img/img.png)
### 使用方法:
```bash
python batch_convert_gui.py
```
## 依赖安装