opfnova.blogg.se

Virtual audio driver windows 10
Virtual audio driver windows 10











virtual audio driver windows 10

Load-module module-null-sink sink_name=from_obs sink_properties=scription="OBS\ monitor\ sink" Load-module module-virtual-sink master=speakers use_volume_sharing=no sink_name=to_obsmon sink_properties=scription="To_OBS\ (Monitored)" Load-module module-virtual-sink master=speakers use_volume_sharing=no sink_name=to_obs sink_properties=scription=To_OBS In my example, my real microphone is called nt5 and my speakers are called something complicated, so I'll just call them speakers here for simplicity. Also a reminder that to kill pulseaudio, you can run pulseaudio -k, and then it will re-read your new default.pa when it restarts (which may be automatic for many configurations). Note that to test this out, you can paste these into pacmd if you want to test things out. So then this is what you need to put in ~/.config/pulse/default.pa. Instead, we'll have pulseaudio direct both to_obs and to_obsmon to your speakers, and will send the audio output of OBS just to zoom, not to any real devices. So while in an ideal world you would have two audio output streams from OBS, send one to zoom and both to your speakers, we are going to have to approach this differently. The complication here is that the only way to get sound out of OBS is through the monitor device, and there is only one. from_obs will be a source for sound coming out of OBS.You would use this, for example, if you were were playing a video for people in your zoom chat, and want the audio both recorded and sent upstream. to_obsmon will go to OBS to be recorded and sent back upstream.This will be used for audio from your videoconference, which you don't want to send back upstream.

virtual audio driver windows 10

  • to_obs will be a new sink that goes to OBS and is recorded in OBS, but where the sound is not sent upstream.
  • Basically what we need to do is create 2 new sinks and one new source. Here is how I accomplish this using pulseaudio. If you go into OBS settings and set "Monitoring Device" in the advanced section of audio settings, it causes an audio delay.

    virtual audio driver windows 10

    Leave OBS on the default monitor, it seems to detect the virtual speaker automatically and switch itself to it. Select "Remapped Monitor of Virtual Speaker" as your microphone in teams/zoom/etc Turn monitoring on for one of your devices (it should play through your speakers/headphones to begin with)Ĥ. However, this causes audio lag so the audio is about 0.3 seconds behind the video. Pactl load-module module-remap-source source_name=Remap-Source master=Virtual-Speaker.monitorĬhristopher recommended going into OBS settings, and setting the monitor to the new device. # Now I need to take the monitor stream from the Virtual-Speaker and turn it into a source that Zoom can use Pactl load-module module-null-sink sink_name=Virtual-Speaker sink_properties=scription=Virtual-Speaker # turn on monitoring for the microphone and the video. Set it as the monitor device in Settings->Audio. # This created something I could see in OBS.













    Virtual audio driver windows 10