mpd没有声音是怎么回事
本帖最后由 kingyaying 于 2013-03-17 06:42:58 编辑
我把audio_output都给注释了后来它发现alsa了,我用ncmpcpp可以调节声音大小,可是就是没有声音。
/etc/mpd.conf如下:
music_directory "/host/mp3歌曲"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/tag_cache"
log_file "/var/log/mpd/mpd.log"
pid_file "/var/run/mpd/pid"
state_file "/var/lib/mpd/state"
sticker_file "/var/lib/mpd/sticker.sql"
user "mpd"
#audio_output {
# type "alsa"
# name "My ALSA Device"
# device "hw:0,0" # optional
# format "44100:16:2" # optional
# mixer_device "default" # optional
# mixer_control "PCM" # optional
# mixer_index "0" # optional
#}
mixer_type "software"
其中audio_output这个注释掉 mpd restart的时候也会自己找到alsa device,mixer_type "software"这个前面的注释不删掉连调节声音大小都不行
可能是我之后输入
sudo usermod -aG pulse,pulse-access mpd
结果导致设置不对的,因为我的设备是alsa,请问这该怎么办呢?
------解决方案--------------------mixer_type "disabled"