命令行中流行的音频播放器有哪些?
- 如何播放单个声音文件?
- 是否有命令行播放器也可以索引音乐库,如 Banshee、Exaile 等?
答案1
答案2
答案3
答案4
安装vorbis 工具(sudo apt-get install vorbis-tools
) 要得到ogg123
:
$ ogg123 -v example.ogg
Audio Device: Advanced Linux Sound Architecture (ALSA) output
Author: Bill Currie <[email protected]>/Kevin Cody, Jr. <[email protected]>
Comments: Outputs to the Advanced Linux Sound Architecture version 0.9/1.x
Playing: example.ogg
Ogg Vorbis stream: 1 channel, 44100 Hz
Vorbis format: Version 0
Bitrate hints: upper=0 nominal=160000 lower=0 window=0
Encoded by: Xiph.Org libVorbis I 20101101 (Schaufenugget)
Encoded by: SONY IC RECORDER MP3 1.1.0
Album: ptiha
Date: 2012
Artist: Michael Laitman
Time: 00:42.17 [218:51.85] of 219:34.02 (142.0 kbps) Output Buffer 88.9%
ogg123读取 Ogg Vorbis 音频文件并将其解码到命令行上指定的设备。默认情况下,ogg123 写入标准声音设备,但输出可以发送到任意数量的设备。可以从文件系统读取文件,也可以通过 HTTP 流式传输 URL。如果指定了目录,则将播放该目录或其子目录中的所有文件。