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/ObsStudio.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Omni/Dev/Beryllium/ObsStudio.nix (limited to 'Omni/Dev/Beryllium/ObsStudio.nix') diff --git a/Omni/Dev/Beryllium/ObsStudio.nix b/Omni/Dev/Beryllium/ObsStudio.nix deleted file mode 100644 index 151cf03..0000000 --- a/Omni/Dev/Beryllium/ObsStudio.nix +++ /dev/null @@ -1,7 +0,0 @@ -{...}: { - programs.obs-studio = { - enable = true; - enableVirtualCamera = true; - plugins = []; - }; -} -- cgit v1.2.3