Play a sound file (waits until playback ends)
Play a sound file at 2x speed (playback rate)
afplay --rate 2 path/to/filePlay a sound file at half speed
afplay --rate 0.5 path/to/filePlay the first `n` seconds of a sound file
afplay --time n path/to/file