Monday, August 29, 2011

How to play sound files in bash

Playing sound files in bash is pretty simple.
All you have do is get install mplayer and execute the command.

sudo apt-get install mplayer
mplayer /path/to/sound/file

No comments:

Post a Comment