增加调试功能,降低容错率(不是,我真的没有反向更新(((

但是修改了算法1,算法1的响度错误解决了。但是我仍然推荐算法2
This commit is contained in:
2023-01-20 21:34:15 +08:00
parent 502f4eb54d
commit 7d6faebc5b
11 changed files with 379 additions and 238 deletions

View File

@ -95,10 +95,9 @@
1. 开始使用
在目录下打开终端,执行以下命令(选择你需要的)
在目录下打开终端,执行以下命令以运行演示程序:
```bash
python demo_convert.py #计分板播放器支持mcpack与BDX
python demo_convert_bdx_byDelay.py #延迟播放器仅支持BDX
python magicDemo.py
```