Ubuntu声音不正常的解决办法

转在:http://www.27jk.com/article/qita/info-2128.html

 

症状:听音乐的时候声音总是答答的声音

解决办法:

运行sudo gedit /etc/asound.conf

增加下面参数

pcm.card0 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
periods 128
rate 44100
}
bindings {
0 0
1 1
}
}

你可能感兴趣的:(Linux,Kernel)