whitehole-audio
WhiteHole - Zero-Latency Audio Loopback
Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.
Repository
- Source: https://github.com/bmorphism/WhiteHole
- Language: C (CoreAudio driver)
- Platform: macOS (AudioServerPlugin)
Core Concept
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) │
└─────────────┘ └─────────────┘
Installation
# 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
Integration with Gay.jl Colors
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)
Use Cases
- Multi-app audio routing - Route DAW output to streaming software
- Audio analysis - Tap system audio for visualization
- Virtual soundcards - Create multiple virtual devices
- music-topos integration - Route SuperCollider to analysis tools
Tripos Integration
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 |
Related Skills
gay-mcp- Color assignment for devicesrubato-composer- Mazzola's music theory integrationalgorithmic-art- Audio-reactive visuals
More from plurigrid/asi
academic-research
Search academic papers across arXiv, PubMed, Semantic Scholar, bioRxiv, medRxiv, Google Scholar, and more. Get BibTeX citations, download PDFs, analyze citation networks. Use for literature reviews, finding papers, and academic research.
49wev-tesseract
WEV Tesseract Skill
33tree-sitter
AST-based code analysis using tree-sitter. Use for parsing code structure, extracting symbols, finding patterns with tree-sitter queries, analyzing complexity, and understanding code architecture. Supports Python, JavaScript, TypeScript, Go, Rust, C, C++, Swift, Java, Kotlin, Julia, and more.
21alife
Comprehensive Artificial Life skill combining ALIFE2025 proceedings, classic texts (Axelrod, Epstein-Axtell), ALIEN simulation, Lenia, NCA, swarm intelligence, and evolutionary computation. 337 pages extracted, 80+ papers, 153 figures.
16reverse-engineering
Reverse Engineering Skill
16bdd-mathematical-verification
BDD-Driven Mathematical Content Verification Skill
16