Playing wav-file sounds.

I would like to be able to shell out to the command line and play sounds.
After installing "sox" I can now do this using the play command. Is there a way to stop the playing once it starts?

ctrl+c

But is there any other proper way of stopping ?

I tried Ctrl/c but this doesn't stop the playing. The terminal won't accept any input while the file is playing, but it can be shut down (which stops the playing) by clicking on the upper right "X"... not a very elegant way out.

You could try mplayer, which is a bit larger than sox ( :wink: ) but supports seeking and quit from console via keyboard.

When I first tried the command "play" I was prompted to install sox, I already had mplayer installed. Is there a different command (other than play) to use that will trigger mplayer to respond? BTW, thanks for your help!

You might try 'mplayer'.