Sophie Hirn 1 year ago
parent
commit
8ad2a6bd19
No known key found for this signature in database
4 changed files with 11 additions and 2 deletions
  1. +1
    -0
      .beacon/index
  2. +7
    -1
      prim/.config/beacon/svc/pipewire
  3. +1
    -1
      prim/.config/easyeffects/output/Buds.json
  4. +2
    -0
      root/etc/security/limits.d/50-pipewire-realtime.conf

+ 1
- 0
.beacon/index View File

@@ -1 +1,2 @@
@ prim
/ root

+ 7
- 1
prim/.config/beacon/svc/pipewire View File

@@ -1,3 +1,9 @@
#!/bin/bash

exec /usr/bin/gentoo-pipewire-launcher
ulimit -S -e unlimited
ulimit -S -r unlimited

exec \
nice --adjustment=-20 \
ionice --class 1 --classdata 0 --ignore \
/usr/bin/gentoo-pipewire-launcher

+ 1
- 1
prim/.config/easyeffects/output/Buds.json View File

@@ -6,7 +6,7 @@
"maximum-history": 60,
"output-gain": 0.0,
"reference": "Geometric Mean (MI)",
"target": -30.0
"target": -15.0
},
"bass_enhancer": {
"amount": 2.0000000000000018,

+ 2
- 0
root/etc/security/limits.d/50-pipewire-realtime.conf View File

@@ -0,0 +1,2 @@
@audio hard nice -20
@audio hard rtprio 99

Loading…
Cancel
Save