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
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`play {{path/to/audio_file}}`
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio files:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`play {{path/to/audio_file1 path/to/audio_file2 ...}}`
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio at twice the speed:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`play {{path/to/audio_file}} speed 2.0`
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Play the given audio in reverse:
|
2014-09-26 14:45:32 +01:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`play {{path/to/audio_file}} reverse`
|