whitehole-audio

Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whitehole-audio" with this command: npx skills add plurigrid/asi/plurigrid-asi-whitehole-audio

WhiteHole - Zero-Latency Audio Loopback

Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.

Repository

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

  1. Multi-app audio routing - Route DAW output to streaming software
  2. Audio analysis - Tap system audio for visualization
  3. Virtual soundcards - Create multiple virtual devices
  4. music-topos integration - Route SuperCollider to analysis tools

Tripos Integration

The "tripos" in the description refers to the three-way (GF(3)) audio routing:

ChannelGF(3) TritPurpose
LeftMINUSPrimary signal
RightPLUSSecondary signal
CenterERGODICMixed/balanced

Related Skills

  • gay-mcp - Color assignment for devices
  • rubato-composer - Mazzola's music theory integration
  • algorithmic-art - Audio-reactive visuals

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

alife

No summary provided by upstream source.

Repository SourceNeeds Review
General

asi-integrated

No summary provided by upstream source.

Repository SourceNeeds Review
General

bdd-mathematical-verification

No summary provided by upstream source.

Repository SourceNeeds Review
General

beeper-mcp

No summary provided by upstream source.

Repository SourceNeeds Review