Files
tldr/pages.zh/common/play.md

473 B

播放

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