2014-09-26 15:45:32 +02:00
|
|
|
# play
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Audio player of SoX - Sound eXchange.
|
2023-07-16 19:23:40 +02:00
|
|
|
> Plays any audio, with audio formats identified by the extension.
|
2024-10-12 10:02:00 +02:00
|
|
|
> More information: <https://sox.sourceforge.net>.
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Play the given audio file:
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`play {{path/to/audio_file}}`
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Play the given audio files:
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`play {{path/to/audio_file1 path/to/audio_file2 ...}}`
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Play the given audio at twice the speed:
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`play {{path/to/audio_file}} speed 2.0`
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Play the given audio in reverse:
|
2014-09-26 15:45:32 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`play {{path/to/audio_file}} reverse`
|