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

@@ -1,16 +1,16 @@
# aplay
> ALSA 声卡驱动程序的命令行声音播放器。
> 更多信息:<https://manned.org/aplay>.
> ALSA 声卡驱动的音频播放器。
> 更多信息请访问<https://manned.org/aplay>
- 播放一个文件(自动根据文件格式确定采样率、位深等
- 播放指定文件(采样率、位深度等将自动根据文件格式确定):
`aplay {{文件路径}}`
`aplay {{path/to/file}}`
- 以 2500 Hz 播放指定文件的前 10 秒:
`aplay --duration={{10}} --rate={{2500}} {{文件路径}}`
`aplay --duration={{10}} --rate={{2500}} {{path/to/file}}`
- 22050 Hzmono8-bitMu-Law `.au` 格式来播放指定原始文件:
- 将原始文件作为 22050 Hz、单声道、8 位、Mu-Law `.au` 文件播放
`aplay --channels={{1}} --file-type {{raw}} --rate={{22050}} --format={{mu_law}} {{文件路径}}`
`aplay --channels={{1}} --file-type {{raw}} --rate={{22050}} --format={{mu_law}} {{path/to/file}}`