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

20
pages.zh/osx/afplay.md Normal file
View File

@@ -0,0 +1,20 @@
# afplay
> 命令行音频播放器。
> 更多信息:<https://keith.github.io/xcode-man-pages/afplay.1.html>。
- 播放一个音频文件(等待播放结束):
`afplay {{path/to/file}}`
- 以2倍速播放音频文件播放速率
`afplay --rate {{2}} {{path/to/file}}`
- 以半速播放音频文件:
`afplay --rate {{0.5}} {{path/to/file}}`
- 播放音频文件的前N秒
`afplay --time {{seconds}} {{path/to/file}}`