dddomin3 / DSPi

Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
82 stars 4 forks source link

jackd cannot be started with realtime priority with pi user #18

Closed dddomin3 closed 7 years ago

dddomin3 commented 7 years ago

http://jackaudio.org/faq/linux_rt_config.html

That issue is happening. User needs to run dpkg-reconfigure -p high jack manually, since the ansible install cannot answer this question automatically.

dddomin3 commented 7 years ago

Can also do this configuration via ansible instead, pretty simple, honestly.

dddomin3 commented 7 years ago

Solved by PR #23