<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>windows on foosel.net</title><link>https://foosel.net/tags/windows/</link><description>Recent content in windows on foosel.net</description><generator>Hugo</generator><language>en-us</language><copyright>Gina Häußge (foosel)</copyright><lastBuildDate>Thu, 29 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://foosel.net/tags/windows/feed.xml" rel="self" type="application/rss+xml"/><item><title>TIL: How to add an audio delay for video conferencing on Windows</title><link>https://foosel.net/til/2022-09-29-how-to-add-an-audio-delay-for-video-conferencing-on-windows/</link><pubDate>Thu, 29 Sep 2022 00:00:00 +0000</pubDate><guid>https://foosel.net/til/2022-09-29-how-to-add-an-audio-delay-for-video-conferencing-on-windows/</guid><description>&lt;h1 id="situation"&gt;Situation&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://obsproject.com/"&gt;OBS&lt;/a&gt; used for video conferences through the virtual camera. Audio virtualized and with active OBS filters applied (limiter, noise suppression) through means of setting the monitor device to a sink created with &lt;a href="https://vac.muzychenko.net/en/"&gt;VirtualCable&lt;/a&gt; and using its source in the video conferences tools.&lt;/p&gt;
&lt;h1 id="problem"&gt;Problem&lt;/h1&gt;
&lt;p&gt;The camera feed has a slight delay of 300-400ms. The audio is thus ahead.&lt;/p&gt;
&lt;p&gt;Adding a delay through OBS doesn&amp;rsquo;t get applied to the monitor device (&lt;a href="https://obsproject.com/forum/threads/connecting-obs-with-zoom-without-av-syncing-issues.123960/post-469274"&gt;Source&lt;/a&gt;):&lt;/p&gt;</description><content:encoded><![CDATA[<h1 id="situation">Situation</h1>
<p><a href="https://obsproject.com/">OBS</a> used for video conferences through the virtual camera. Audio virtualized and with active OBS filters applied (limiter, noise suppression) through means of setting the monitor device to a sink created with <a href="https://vac.muzychenko.net/en/">VirtualCable</a> and using its source in the video conferences tools.</p>
<h1 id="problem">Problem</h1>
<p>The camera feed has a slight delay of 300-400ms. The audio is thus ahead.</p>
<p>Adding a delay through OBS doesn&rsquo;t get applied to the monitor device (<a href="https://obsproject.com/forum/threads/connecting-obs-with-zoom-without-av-syncing-issues.123960/post-469274">Source</a>):</p>
<blockquote>
<p>The sync offset that you apply in OBS only applies to either the recording from OBS or the output stream from OBS. It does not apply to the monitor. When you use a virtual cable, and you set it up as a monitor in OBS, you will hear the inputs without any sync delay. As far as I know there is no way to apply your delays to the audio monitor output.</p>
</blockquote>
<h1 id="solution">Solution</h1>
<p>Install <a href="https://www.daansystems.com/radiodelay/">RadioDelay</a>.</p>
<p>Create a second virtual cable device. Use its sink as the monitoring device in OBS, its source as source in RadioDelay, and set the sink of the first virtual cable as sink in RadioDelay. Apply the delay in RadioDelay.</p>
<p>The first cable now outputs delayed audio and can be used as audio source in the video conferencing tools.</p>
<p>You can also create a shortcut to fire up RadioDelay with the right devices selected, the delay applied and the output active with something like this:</p>
<pre tabindex="0"><code>&#34;C:\Program Files\Radiodelay\radiodelay.exe&#34; -delay 0.3 -in 5 -out 3
</code></pre><p><code>in</code> and <code>out</code> are the positions of the audio device in the drop-down list. <code>delay</code> is the delay in seconds.</p>
<p>Can of course also be used without OBS.</p>
<p><em>edit 2023-03-11:</em> <a href="https://foosel.net/how-to-add-an-audio-delay-for-video-conferencing-on-linuxpulseaudio">Here&rsquo;s how I solved the same problem under Linux</a>.</p>
]]></content:encoded></item></channel></rss>