mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2026-04-22 10:45:40 +00:00
最后的更新:对于部分midi文件字符集错误的问题的修复,依赖环境框定,文档声明优化
This commit is contained in:
@@ -19,7 +19,7 @@ The Licensor of _Linglun Converter CLI_("this project") is Eilles Wan.
|
||||
详细的准许和限制条款请见原协议文本。
|
||||
"""
|
||||
|
||||
__version__ = "0.0.9.2"
|
||||
__version__ = "0.0.9.3"
|
||||
|
||||
|
||||
import os
|
||||
@@ -379,6 +379,7 @@ for singleMidi in midis:
|
||||
play_speed=prompts[0],
|
||||
old_exe_format=old_exe_enabled,
|
||||
min_volume=prompts[1],
|
||||
midi_charset="latin1",
|
||||
)
|
||||
|
||||
conversion_result = (
|
||||
|
||||
Reference in New Issue
Block a user