1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[ALL] RealTime kernel/system changes.

- Raspberry Pi: Using the RT patches and select RT as PREEMPT
- Pipewire changes to upvote itself to prio 95% nice -19
- Other small kernel tweaks and fixes
This commit is contained in:
j1nx
2024-01-04 12:38:55 +00:00
parent 6e78f7b4b9
commit a68ff2c35e
69 changed files with 10145 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
@pipewire - rtprio 95
@pipewire - nice -19
@pipewire - memlock 4194304

View File

@@ -128,7 +128,7 @@ bluez_monitor.rules = {
--["resample.quality"] = 4,
--["channelmix.normalize"] = false,
--["channelmix.mix-lfe"] = false,
--["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend
["session.suspend-timeout-seconds"] = 0, -- 0 disables suspend
--["monitor.channel-volumes"] = false,
-- Media source role, "input" or "playback"

View File

@@ -34,7 +34,7 @@ bluez_midi_monitor.rules = {
--["priority.driver"] = 100,
--["priority.session"] = 100,
--["node.pause-on-idle"] = false,
--["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend
["session.suspend-timeout-seconds"] = 0, -- 0 disables suspend
--["monitor.channel-volumes"] = false,
--["node.latency-offset-msec"] = -10, -- delay (<0) input to reduce jitter
},