Tuesday 6 October 2015

Play Music Via Terminal

It's a simple work, to play music via cammand line in terminal. I just tried in Ubuntu 15.04 terminal
Follow this
1.Install soX
    $sudo apt-get install sox
Also check version
    $sox --version
2. Open Terminal from a music folder
    $sudo apt-get install sox libsox-fmt-all
    $play filename.mp3