From asi
Builds and installs WhiteHole, a macOS CoreAudio driver for zero-latency audio loopback and routing between applications like DAWs and OBS streamers.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
Modern macOS + tripos audio loopback driver for inter-application audio routing with minimal latency.
Provides jitter-free real-time audio playback patterns for Python on macOS Apple Silicon using sounddevice OutputStream and PortAudio. Fixes TTS choppiness, GIL contention, device switching, and Bluetooth glitches.
Models real-time voice channels as undirected wiring diagrams (UWD) in Julia using GF(3) conservation for participant states: +1 speaking, 0 listening, -1 muted.
Installs and configures TypeNo macOS app for local voice-to-text via Control hotkey, coli Node.js engine transcription, auto-paste into active apps, and audio file drag support.
Share bugs, ideas, or general feedback.
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 visualsThis skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.