sarbel
1
hi there
I know XBMC/Kodi can use ALSA with some settings in asound.conf to output bit-perfect sound
without any re-sampling on the FLAC/MP3 files.
can you confirm that case on OSMC setup on AppleTV? how the asound.conf should look like?
is ALSA being used by default?
thanks
simon
sarbel
2
an update:
I’ve updated the asound.conf for bit-perfect according to an explanation I found on the net:
pcm.Intel {
type hw
card “Intel” #Intel is the audio card name on ATV
}
ctl.!default {
type hw
card “Intel”
}
pcm.!default {
type plug
slave {
pcm “Intel”
rate “unchanged”
}
}
when I try to check the sample rate of a played song I’m trying to run this command:
cat /proc/asound/card0/pcm0p/sub0/hw_params
but under card0 there is no pcm0p folder…
I also cannot find hw_params program
any idea?