
play
List of commands for play:
-
play:ai:d5ec5 Plays a ULaw audio file using the default audio player on Linux.$ play -t ulaw ${file.ulaw}try on your machineexplain this command
-
play:tldr:09904 play: Play the given audio at twice the speed.$ play ${audiofile} speed 2.0try on your machineexplain this command
-
play:tldr:2d692 play: Play the given audio file.$ play ${audiofile}try on your machineexplain this command
-
play:tldr:4b64d play: Play the given audio files.$ play ${audiofile1} ${audiofile2}try on your machineexplain this command
-
play:tldr:93249 play: Play the given audio in reverse.$ play ${audiofile} reversetry on your machineexplain this command