From 4d548bcc9a1e6c9f3bcb6effd1be10d7526d4510 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 7 May 2025 22:31:55 -0400 Subject: 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. --- Omni/Dev/Beryllium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Dev/Beryllium.nix') 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"; -- cgit v1.2.3