I would like to make an alarm system backed by a Ubuntu (no graphical interface) box, which plays various announcement and alarm audio tracks (.mp3 or .wav) via the command line.
For example:
$ root> audioplay ./hello.wav
The audio should come from the PC audio jack. I might also wrap it with another socket listener. (e.g. Ruby Sinatra)
Any ideas how I can do this?
