summaryrefslogtreecommitdiff
path: root/Omni/Dev/Beryllium.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-05-07 22:31:55 -0400
committerBen Sima <ben@bsima.me>2025-05-07 22:52:48 -0400
commit4d548bcc9a1e6c9f3bcb6effd1be10d7526d4510 (patch)
tree78ecbb51d7163eb4351b42052b1869af917bef40 /Omni/Dev/Beryllium.nix
parent28fdb44df767b8ab0bd5f6d07396e3964620c523 (diff)
Live audio setup
This does all of the audio routing stuff that I need to combine my mic audio with application audio into a virtual source that meeting software or OBS can select as an input source. This way I can share what I'm listening to or watching in a meeting. I think the routes are not quite correct, and I'm not sure that the `context.exec` is even a reliable way to setup the routes. I've also been using `qpwgraph` to visually setup the routes, and that's helpful. I'll tweak this as needed over time.
Diffstat (limited to 'Omni/Dev/Beryllium.nix')
-rwxr-xr-xOmni/Dev/Beryllium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix
index 5270a12..023523e 100755
--- a/Omni/Dev/Beryllium.nix
+++ b/Omni/Dev/Beryllium.nix
@@ -11,7 +11,7 @@ bild.os {
./Docker.nix
./Vpn.nix
./Beryllium/OpenWebui.nix
- ./Beryllium/ObsStudio.nix
+ ./Beryllium/Live.nix
../Syncthing.nix
];
networking.hostName = "beryllium";