12-10-2018, 04:14 PM
Just a note:
#Reduce MPD and OS latency
chrt -f -p 81 $(pidof mpd)
taskset -c -p 1 $(pidof mpd)
These strings doesn't work on startup, until you set pid of MPD correctly.
#Reduce MPD and OS latency
chrt -f -p 81 $(pidof mpd)
taskset -c -p 1 $(pidof mpd)
These strings doesn't work on startup, until you set pid of MPD correctly.