mpg123

  • 介绍
mpg123是基于命令行的音频播放及界面器
  • 安装方法
apt-get install mpg123
  • 官网
http://www.mpg123.de/
  • 使用
-s, --stdout 将解码的音频采样写到标准输出,而不是通过音频设备。如果你的音频设备不支持mpg123的话,就必须使用这个选项。 -w file, --wav 将输出写到WAV格式的文件中。 -m, --mono, --mix, --signlemix Mix both channels / decode mono. It takes less CPU time than full stereo decoding. -C, --control Enable terminal control keys. By default use 's' or the space bar to stop/restart (pause, unpause) playback, 'f' to jump forward to the next song, 'b' to jump back to the beginning of the song, ',' to rewind, '.' to fast forward, and 'q' to quit. Type 'h' for a full list of available controls. -q, --quiet Quiet.  Suppress diagnostic messages.
  • 使用示例
mpg123 monster.mp3 monster.wav 将mp3格式的文件转化为wav格式 mpg123 monster.mp3 播放音乐 参考: http://blog.csdn.net/changfengxiongfei/article/details/5451027

你可能感兴趣的:(linux,ubuntu,mp3,mpg123)