8000 Update Microphone Setup on Windows (installation-guide.md) by g0vman · Pull Request #2717 · alvr-org/ALVR · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update Microphone Setup on Windows (installation-guide.md) #2717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions wiki/Installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,29 @@ Launcher will allow you to manage old, current and new installations of ALVR str

For any problem visit the [Troubleshooting page](https://github.com/alvr-org/ALVR/wiki/Troubleshooting).

### Windows microphone streaming
## Microphone Setup on Windows

To use the microphone you need to install the [VB-CABLE driver](https://vb-audio.com/Cable/).
Set "CABLE Output" as the default microphone.
Then you can enable the microphone in the ALVR setting, leave "Virtual microphone input" to Default.
To use your microphone in ALVR on Windows you need to install **VB-Audio Cable** (or equivalent software). However if VB-Audio Cable is already installed but not working with ALVR **or if you encounter any issues**, it's worth following these steps to reinstall and configure it properly.

### **1. Install or Reinstall VB-Audio Cable**
1. **Download** the latest version of [VB-Audio Cable](https://download.vb-audio.com/Download_CABLE/VBCABLE_Driver_Pack45.zip).
2. **Extract** the ZIP archive.
3. Open the extracted folder and run **"VBCABLE_Setup_x64.exe"** as administrator.

- **If you already have VB-Audio Cable installed and ALVR doesn’t detect it**:
- Click **"Remove Driver"** then restart your PC when prompted.

4. Click **"Install Driver"** then restart your PC when prompted.

### **2. Configure Windows Sound Settings**
1. **Open** Windows Sound Settings (`Win + I` → "Sound").
2. **Under Output Devices**:
- **Do not set any "VB-Audio Virtual Cable" as the default output**, or you’ll hear yourself. Select your headphone or whatever you're using.

### **3. Configure ALVR**
1. **Open ALVR** and go to **Settings**.
2. Set **Headset Speaker** → **System Default**.
3. Set **Headset Microphone** → **VB Cable**.

## Advanced installation

Expand Down
0