I need to learn how to monitor OBS, hearing the volume changes I make in OBS’ Mixer…in real time, if possible, without
also hearing anything else from my pc.
...
how could I monitor ONLY OBS instead of only Desktop Audio?
...Virtual Cables...
...I ought to be able to patch that Virtual Cable into the Yeti in Win Audio Settings.
If you're referring to this:
VB-Audio Virtual Cable and App's
vb-audio.com
then I think you actually want one of these (2 different sizes of the same thing):
VoiceMeeter Banana, the Advanced Virtual Audio Mixer by V.Burel
vb-audio.com
VoiceMeeter Potato, the Ultimate Virtual Audio Mixer for Windows
vb-audio.com
*Then* you can connect a virtual endpoint to a physical one, somewhat like a pared-down mixing console.
To not hear anything else in your 'phones, just set Windows' output device to something else. Like maybe one of the virtual speakers that Banana or Potato provides, and then it's in the mixer. Then you can send it to OBS through a virtual mic if you want.
Or if you want a dead-end, you can send Windows' audio to the built-in device that you don't use. Your 'phones are driven from VM, which doesn't use that selection.
Keep in mind though, that each virtual connection is its own trip through Windows' audio system, which is not exactly known for being particularly fast. Lots of gamers can't use Voicemeeter because the barely-perceptible delay of that additional trip throws them off.
---
If you're really doing something serious with OBS, I'd recommend swapping out Windows itself for something that is actually designed for the job.
I use Ubuntu Studio Linux, which has all the support of the awesome Ubuntu community (the most popular flavor of Linux by far, among non-technical users), and is designed specifically for creatives. It has a TON of that sort of apps preinstalled and already working, so you don't have to beat your head against a simple problem that you can't find on an unfamiliar system - OBS is one of those apps - and the task scheduling under the hood is much better too, so live media stays responsive. I've heard of people running a live music festival on UStudio and its preinstalled DAW (Ardour) instead of a console...
ubuntustudio.org
Then use the DAW for your audio work, both recording and feeding OBS *exactly* what goes in the video soundtrack. OBS, then, is completely silent - no audio sources at all - except for that one feed that the DAW gives it, and it passes that through completely unchanged. If you still want the separate soundtracks in the video file, then you have that many separate connections from Ardour to OBS, all of which are fully processed in Ardour and simply passed through in OBS. (one source for each, with appropriate routing)
If you still need to control the audio based on what's happening in OBS, like scene changes or whatever, then you'll need to recreate that explicitly. The Advanced Scene Switcher can detect pretty much anything, and do pretty much anything in response to it, including OSC messages (Open Sound Control) to Ardour in response to scene changes.
This plugin will allow you to automate various tasks using "Macros". Macros consist of a list of conditions under which a list of actions will be performed. Examples and guides can be found in the wiki. Feel free to contribute! If you run...
obsproject.com
Since OSC is just a single message that produces a step-change somewhere, I have mine working indirectly. One more channel strip in the DAW has a 20kHz sinewave generator, followed by several Aux sends that the OSC messages control. Those Aux sends connect to the sidechain of a gate on each of the signals that I actually want to control. The timing controls of each gate, then, create a fade instead of a cut-on/off.
For that and other DAW plugins, I really like the LSP series, which is also preinstalled with Ardour on Ubuntu Studio:
lsp-plug.in
please don’t feel obligated to keep replying, You’ve already given me the basis I need to learn all this and I really do not want to ruin your day. or weekend.
Thanks and know that you have helped alot!
I'm here because I like explaining things. Keep going! :-)