mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 09:46:12 +02:00
22 lines
576 B
Markdown
22 lines
576 B
Markdown
![]() |
# play
|
||
|
|
||
|
> SoX - Sound eXchange의 오디오 플레이어.
|
||
|
> 파일 확장자로 식별된 오디오 형식을 재생.
|
||
|
> 더 많은 정보: <https://sox.sourceforge.net>.
|
||
|
|
||
|
- 주어진 오디오 파일 재생:
|
||
|
|
||
|
`play {{경로/대상/오디오_파일}}`
|
||
|
|
||
|
- 주어진 여러 오디오 파일 재생:
|
||
|
|
||
|
`play {{경로/대상/오디오_파일1 경로/대상/오디오_파일2 ...}}`
|
||
|
|
||
|
- 주어진 오디오를 두 배 속도로 재생:
|
||
|
|
||
|
`play {{경로/대상/오디오_파일}} speed 2.0`
|
||
|
|
||
|
- 주어진 오디오를 거꾸로 재생:
|
||
|
|
||
|
`play {{경로/대상/오디오_파일}} reverse`
|