1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 19:15:30 +02:00
tldr/pages.th/osx/afplay.md

21 lines
899 B
Markdown
Raw Normal View History

# afplay
> เครื่องเล่นไฟล์เสียงผ่าน command-line.
> ข้อมูลเพิ่มเติม: <https://keith.github.io/xcode-man-pages/afplay.1.html>
- เล่นไฟล์เสียง (รอจนเล่นจบ):
`afplay {{ทาง/ไป/ไฟล์}}`
- เล่นไฟล์เสียงด้วยความเร็ว 2 เท่า:
`afplay --rate {{2}} {{ทาง/ไป/ไฟล์}}`
- เล่นไฟล์เสียงด้วยความเร็วครึ่งหนึ่ง:
`afplay --rate {{0.5}} {{ทาง/ไป/ไฟล์}}`
- เล่นตาม จำนวนวินาที ที่กำหนด จากจุดเริ่มแรกของไฟล์เสียง:
`afplay --time {{จำนวนวินาที}} {{ทาง/ไป/ไฟล์}}`