Skip to content

Commit 5bd92b5

Browse files
committed
Update ASIO docs with demo link, VDO.Ninja integration, and limitations
1 parent 1851958 commit 5bd92b5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,27 @@ if (window.electronApi.isAsioAvailable()) {
222222

223223
#### Demo
224224

225-
A waveform visualization demo is included at `demo/asio-waveform.html`. Open it in Electron Capture with:
225+
A waveform visualization demo is available at: **https://electroncapture.app/demo/asio-waveform.html**
226+
227+
Open it in Electron Capture with node integration enabled:
226228

227229
```bash
228-
elecap.exe --node --url="file:///C:/path/to/electroncapture/demo/asio-waveform.html"
230+
elecap.exe --node --url="https://electroncapture.app/demo/asio-waveform.html"
229231
```
230232

233+
#### VDO.Ninja Integration
234+
235+
VDO.Ninja will automatically detect and use ASIO when available in Electron Capture. No additional configuration is needed - just launch Electron Capture with `--node` and VDO.Ninja will offer ASIO devices as audio input options.
236+
237+
#### Limitations & Considerations
238+
239+
- **Windows only** - ASIO is a Windows-specific audio standard; macOS and Linux are not supported
240+
- **Exclusive device access** - ASIO typically takes exclusive control of the audio device; other applications may not be able to use it simultaneously
241+
- **Driver required** - You must have an ASIO driver installed (either your audio interface's native driver or ASIO4ALL)
242+
- **Node integration required** - Must launch with `--node` flag, which has security implications for untrusted websites
243+
- **Single device per stream** - Each ASIO stream captures from one device at a time
244+
- **No output routing** - ASIO capture is input-only; audio output still uses standard Windows audio
245+
231246
### Audio Output
232247

233248
A popular way of outputting audio from the Electron Capture app into OBS is done using a virtual audio cable. Some such cables include:

0 commit comments

Comments
 (0)