Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.
WhiteHole creates virtual audio devices that pass audio between applications with "hex color #000000 latency" - effectively zero perceptible delay.
┌─────────────┐ WhiteHole ┌─────────────┐
│ DAW │ ───────────────▶ │ Streamer │
│ (Ableton) │ virtual device │ (OBS) │
└─────────────┘ └─────────────┘
# Clone and build
git clone https://github.com/bmorphism/WhiteHole
cd WhiteHole
xcodebuild -project WhiteHole.xcodeproj
# Install driver
sudo cp -R build/Release/WhiteHole.driver /Library/Audio/Plug-Ins/HAL/
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
WhiteHole devices can be color-coded using Gay.jl deterministic colors:
using Gay
# Assign deterministic color to audio channel
channel_seed = hash("WhiteHole:Channel1")
channel_color = gay_color(channel_seed) # e.g., LCH(72, 45, 280)
The "tripos" in the description refers to the three-way (GF(3)) audio routing:
| Channel | GF(3) Trit | Purpose |
|---|---|---|
| Left | MINUS | Primary signal |
| Right | PLUS | Secondary signal |
| Center | ERGODIC | Mixed/balanced |
gay-mcp - Color assignment for devicesrubato-composer - Mazzola's music theory integrationalgorithmic-art - Audio-reactive visuals