This commit is contained in:
Hannes
2026-05-08 17:53:39 +02:00
commit 0c8deaa90b
70 changed files with 3448 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
#
# Create a carla setup for mixing up Stereo to 3.1 audio (sub+center)
#
# kill old carla
killall carla
# start new session
nohup carla -n ~/.config/hypr/scripts/audio/1Player.carxp &