add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# timidity
> 播放和转换 MIDI 文件。
> 更多信息:<https://timidity.sourceforge.net>。
- 播放 MIDI 文件:
`timidity {{path/to/file.mid}}`
- 循环播放 MIDI 文件:
`timidity --loop {{path/to/file.mid}}`
- 以特定调性播放 MIDI 文件0 = C 大调/A 小调,-1 = F 大调/D 小调,+1 = G 大调/E 小调,等等):
`timidity --force-keysig={{-flats|+sharps}} {{path/to/file.mid}}`
- 将 MIDI 文件转换为 PCMWAV音频
`timidity --output-mode={{w}} --output-file={{path/to/file.wav}} {{path/to/file.mid}}`
- 将 MIDI 文件转换为 FLAC 音频:
`timidity --output-mode={{F}} --output-file={{path/to/file.flac}} {{path/to/file.mid}}`