summaryrefslogtreecommitdiff
path: root/Omni/Dev/Beryllium/Live.nix
AgeCommit message (Collapse)Author
2025-05-19Add obs-do and remove helvumBen Sima
obs-do is a command line tool fro controlling obs over a socket, I plan to use it for keyboard-driven automations. Helvum is just not necessary, qpwgraph is better anyway.
2025-05-09Reduce mic capture channelsBen Sima
I think this was causing feedback from my microphone.
2025-05-07Live audio setupBen Sima
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.