# 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.
|
### Download **_VBCable driver_**
|
### run setup for x64 and install
|
### download and run audiorepeater.exe
|
Set **_wave in_** your microphone device.
Set **_wave out_** CABLE input (VB-Audio).
|
### set **_Total buffer(ms)_** the same as **_Target Delay_** in **_Stream Output_**
|
now start the repeater
|
### Run **_OBS Studio_**
|
### add **_Window capture_**
|
### choose **_DeepFaceLive output_** window
|
### start Virtual Camera
|
in your video call software set **CABLE Output** as microphone, and **OBS Virtual Camera** as Camera.
example in **Discord**:
|
### DONE !
### Now you can make video calls with a replaced face and synchronized sound in most programs.
|