throttling does not go well with realtime audio processing (resulting in a popcorn audio stream)
Having audio issues? Double check if u r throttling!!
watch grep \"cpu MHz\" /proc/cpuinfo
add
idle=poll
to /etc/default/grub
-> GRUB_CMDLINE_LINUX_DEFAULT
apt install indicator-cpufreq
options snd-ice1712 model=delta44 omni=0
RTIRQ_NAME_LIST="snd_ice1712 snd_hda usb"
modinfo snd-ice1712
- /etc/pulse/default.pa
load-module module-udev-detect tsched=0 ignore_dB=0
- /etc/pulse/daemon.conf
resample-method = ffmpeg
enable-remixing = yes
default-sample-format = s32le
default-sample-rate = 44100
alternate-sample-rate = 48000
if you intend to install a different kernel, update-grub does not find them, because
/etc/grub.d/10_linux
is set to -x by/etc/grub.d/09_lowlatency
which is installed by ubuntustudio-lowlatency-settings packagefix this by
sudo chmod -x /etc/grub.d/09_lowlatency