Topic: Pianoteq 8 on Raspberry Pi 5
Following my previous experience with a Pi 4B I'm now building a new device using Pi 5 and the DAC Pro. With this more powerful board and the different OS I wonder if the recommendation of developers to improve the performances and other that I read in this forum are still valid:
1. elevate the privileges of audio group with:
/etc/security/limits.conf
...
@audio - rtprio 90
@audio - nice -10
@audio - memlock 500000
2. use cpufrequtils to switch to performance mode; I read someone recommending cpupower instead.
3. disable ethernet turbo mode:
/boot/firmware/cmdline.txt
... smsc95xx.turbo_mode=N
I removed this configuration becuase was giving me problems with the wifi connection.
In my installation on the Pi 4B I use to built a Real Time patched kernel, which reduce latency even more. With the newer kernels the patch is rolled in already and the process is even easier. I will test if also for Pi 5 the patched kernel will make that much difference.
If you have any other recommendation I'll be glad to test them. At the end I will produce another tutorial to bring everything together.