This repository accompanies the CHI 2025 paper Quantifying Social Connection in Virtual Reality Conversation. It contains the full analysis pipeline used in the study. The analysis consists of multiple stages of data processing. You can either start from the raw data and follow the scripts step by step, or use the pre-processed datasets. For details, please refer to the README files in each subfolder.
The preprocessing folder includes batch scripts to extract audio from recorded videos and to detect voice activity for turn-taking prediction. This step requires running the VoiceActivityProjection, ffmpeg, ffmpeg-normalize.
The analysis folder contains Python notebooks for feature extraction and data formatting for statistical analysis. After preprocessing, the data is analyzed using R, where linear mixed models are fitted and statistical tests are conducted.
For related applications and implementations in VR conversation scenarios, please refer to our another repository linked in this section.
The overall dataset used in this study can be accessed via this link. Additionally, each subfolder contains a README file that provides the corresponding data links required for each processing step.
