summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-10-23 18:22:44 -0400
committerLLLL Colonq <llll@colonq>2025-10-23 18:22:44 -0400
commit99a9b8c0bcc345f7044ab18840e78ee9263cae9b (patch)
tree5177a48645a405b70ec39a34dc16a7fdb044ec63 /launch.sh
parent4ae21efc81f39ca805cefe5c1af722857f22f255 (diff)
Add audio loopback overlay
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index be4e1fa..b1aa8cf 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,2 +1,8 @@
#!/bin/sh
-./target/debug/newton_renderer overlay
+set -xu
+pactl load-module module-null-sink sink_name=lcolonq-hls
+./target/debug/newton_renderer overlay &
+sleep 3
+pw-link lcolonq-hls:monitor_FL alsa_capture.newton_renderer:input_FL
+pw-link lcolonq-hls:monitor_FR alsa_capture.newton_renderer:input_FR
+wait