2014-09-26 14:45:32 +01:00
|
|
|
# play
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Audio player of SoX - Sound eXchange.
|
2023-07-16 18:23:40 +01:00
|
|
|
> Plays any audio, with audio formats identified by the extension.
|
2019-05-29 14:53:51 +01:00
|
|
|
> More information: <http://sox.sourceforge.net>.
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio file:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
|
|
|
`play {{audiofile}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio files:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
|
|
|
`play {{audiofile1}} {{audiofile2}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio at twice the speed:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
|
|
|
`play {{audiofile}} speed 2.0`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio in reverse:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
|
|
|
`play {{audiofile}} reverse`
|