Forrest logo
back to context overview

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 machine
    explain this command
  • play:tldr:09904 play: Play the given audio at twice the speed.
    $ play ${audiofile} speed 2.0
    try on your machine
    explain this command
  • play:tldr:2d692 play: Play the given audio file.
    $ play ${audiofile}
    try on your machine
    explain this command
  • play:tldr:4b64d play: Play the given audio files.
    $ play ${audiofile1} ${audiofile2}
    try on your machine
    explain this command
  • play:tldr:93249 play: Play the given audio in reverse.
    $ play ${audiofile} reverse
    try on your machine
    explain this command
back to context overview