Ubuntu terminal下播放wav文件和mp3文件
sudo apt-get install sox
play xx.wav
支持播放wav和mp3文件的package是sox,所以sudo apt-get install sox即可使用play命令来播放wav和mp3文件