0
点赞
收藏
分享

微信扫一扫

mpg123

萨科潘 2022-10-18 阅读 179


  • 介绍

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 播放音乐


举报

相关推荐

123

面试123

力扣123

Python123

指针数组123

蓝桥杯——123

0 条评论