|
Edited by Jozefiel at 2016-11-19 00:49
Hi.
This is little solving manual for reduction noise in Kodi over HDMI
first turn off lineout output for 3.5mm jack (analog sound)
- $ amixer set -c 0 'Audio lineout' mute
Copy code
next configure /etc/asound.conf
- $ sudo pluma /etc/asound.conf
Copy code
( pluma is text editor, you can use your text editor )
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
now create .asoundrc in home directory
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
pcm_slave.sl3 {
pcm "hw:1,0"
format S16_LE
channels 2
rate 48000
}
pcm.complex_convert {
type plug
slave sl3
}
now in kodi settings select sndhdmi analog
for me another solution not work, just this but still a hear little noise. in VLC i must get low volume
( sorry for my english and poll )
|
|