2014-09-26 17:45:32 +04:00
|
|
|
# play
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
> Audio player of SoX - Sound eXchange.
|
2016-10-12 18:58:04 +03:00
|
|
|
> Plays any audio from the command line, with audio formats identified by the extension.
|
2014-09-26 17:45:32 +04:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Play the given audio file:
|
2014-09-26 17:45:32 +04:00
|
|
|
|
|
|
|
`play {{audiofile}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Play the given audio files:
|
2014-09-26 17:45:32 +04:00
|
|
|
|
|
|
|
`play {{audiofile1}} {{audiofile2}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Play the given audio at twice the speed:
|
2014-09-26 17:45:32 +04:00
|
|
|
|
|
|
|
`play {{audiofile}} speed 2.0`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Play the given audio in reverse:
|
2014-09-26 17:45:32 +04:00
|
|
|
|
|
|
|
`play {{audiofile}} reverse`
|