Files
tldr/pages.zh/linux/mpg123.md

32 lines
390 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mpg123
> 控制台 MPEG 音频播放器。
> 更多信息:<https://manned.org/mpg123>。
- 播放指定的 mp3 文件:
`mpg123 {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
-`stdin` 播放 mp3
`cat {{file.mp3}} | mpg123 -`
- 跳转到下一首歌:
`f`
- 返回到当前歌曲的开头:
`b`
- 停止或重播当前文件:
`s`
- 快进:
`.`
- 退出:
`q`