add new chinese translations
This commit is contained in:
21
pages.zh/common/play.md
Normal file
21
pages.zh/common/play.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 播放
|
||||
|
||||
> SoX - 声音交换的音频播放器。
|
||||
> 播放任何音频,音频格式通过扩展名识别。
|
||||
> 更多信息:<https://sox.sourceforge.net>。
|
||||
|
||||
- 播放指定的音频文件:
|
||||
|
||||
`play {{path/to/audio_file}}`
|
||||
|
||||
- 播放指定的音频文件:
|
||||
|
||||
`play {{path/to/audio_file1 path/to/audio_file2 ...}}`
|
||||
|
||||
- 以两倍速度播放指定的音频:
|
||||
|
||||
`play {{path/to/audio_file}} speed 2.0`
|
||||
|
||||
- 反向播放指定的音频:
|
||||
|
||||
`play {{path/to/audio_file}} reverse`
|
Reference in New Issue
Block a user