mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 05:23:23 -07:00
update setup tutorial
This commit is contained in:
parent
9e50b59f6f
commit
9b22ddf4a0
11 changed files with 186 additions and 53 deletions
109
doc/setup_tutorial_windows/setup_for_streaming.md
Normal file
109
doc/setup_tutorial_windows/setup_for_streaming.md
Normal file
|
@ -0,0 +1,109 @@
|
|||
<table align="center" border="0">
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
# Setup for video calls
|
||||
|
||||
DeepFaceLive only provides a video window of the replaced face. Since the face must be processed, this takes time, so the video window shows the stream with some delay.
|
||||
|
||||
So, what do we need for video calls?
|
||||
|
||||
1) capture the window and translate it into a virtual camera, which can be selected in video call programs.
|
||||
|
||||
2) capture the sound and transfer it to the virtual microphone with some delay, which you can also select in the video calling programs.
|
||||
|
||||
Below, one of the solutions.
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### Download <a href="https://github.com/iperov/DeepFaceLive/releases/download/VBCABLE/VBCABLE_Driver_Pack43.zip"> **_VBCable driver_** </a>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### run setup for x64 and install
|
||||
|
||||
<img src="VBCable_setup_x64.jpg"></img>
|
||||
|
||||
<img src="VBCable_install_button.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### download and run <a href="https://github.com/iperov/DeepFaceLive/releases/download/AUDIOREPEATER/audiorepeater.exe"> audiorepeater.exe </a>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
Set **_wave in_** your microphone device.
|
||||
|
||||
Set **_wave out_** CABLE input (VB-Audio).
|
||||
|
||||
<img src="audiorepeater_select_devices.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### set **_Total buffer(ms)_** the same as **_Target Delay_** in **_Stream Output_**
|
||||
|
||||
<img src="audiorepeater_buffer_ms.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
now start the repeater
|
||||
|
||||
<img src="audiorepeater_start.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### Run **_OBS Studio_**
|
||||
|
||||
<img src="run_obs_studio.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### add **_Window capture_**
|
||||
|
||||
<img src="add_window_capture.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### choose **_DeepFaceLive output_** window
|
||||
|
||||
<img src="choose_dflive_output_window.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
|
||||
### start Virtual Camera
|
||||
|
||||
<img src="OBS_start_virtual_camera.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
in your video call software set **CABLE Output** as microphone, and **OBS Virtual Camera** as Camera.
|
||||
|
||||
example in **Discord**:
|
||||
|
||||
<img src="discord_voice_settings_input_device.jpg"></img>
|
||||
|
||||
<img src="discord_video_settings_virtual_camera.jpg"></img>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
### DONE !
|
||||
|
||||
### Now you can make video calls with a replaced face and synchronized sound in most programs.
|
||||
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue