auxide-io 0.2.0

High-performance, real-time safe audio I/O layer for Auxide DSP graphs. Bridges deterministic audio processing to hardware output with buffer adaptation, channel routing, and cross-platform streaming via CPAL.
Documentation
<img src="https://raw.githubusercontent.com/Michael-A-Kuykendall/auxide-io/main/assets/auxide-io-logo.png" alt="Auxide IO Logo" width="400">

[![Crates.io](https://img.shields.io/crates/v/auxide-io.svg)](https://crates.io/crates/auxide-io)
[![Documentation](https://docs.rs/auxide-io/badge.svg)](https://docs.rs/auxide-io)
[![CI](https://github.com/Michael-A-Kuykendall/auxide-io/workflows/CI/badge.svg)](https://github.com/Michael-A-Kuykendall/auxide-io/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## 💝 Support Auxide's Growth

🚀 If Auxide helps you build amazing audio tools, consider [sponsoring](https://github.com/sponsors/Michael-A-Kuykendall) — 100% of support goes to keeping it free forever.

• $5/month: Coffee tier ☕ - Eternal gratitude + sponsor badge
• $25/month: Bug prioritizer 🐛 - Priority support + name in [SPONSORS.md](https://github.com/Michael-A-Kuykendall/auxide-io/blob/main/SPONSORS.md)
• $100/month: Corporate backer 🏢 - Logo placement + monthly office hours
• $500/month: Infrastructure partner 🚀 - Direct support + roadmap input

**[🎯 Become a Sponsor]https://github.com/sponsors/Michael-A-Kuykendall** | See our amazing [sponsors]https://github.com/Michael-A-Kuykendall/auxide-io/blob/main/SPONSORS.md 🙏

# Auxide IO

**Real-time audio I/O layer for Auxide.**  
Stream Auxide's audio graphs to speakers with CPAL, featuring buffer size adaptation, channel routing, and RT-safe operation.

## Auxide Ecosystem
| Crate | Description | Version |
|-------|-------------|---------|
| [auxide]https://github.com/Michael-A-Kuykendall/auxide | Real-time-safe audio graph kernel | 0.3.0 |
| **[auxide-dsp]https://github.com/Michael-A-Kuykendall/auxide-dsp** | DSP nodes library | 0.2.0 |
| [auxide-io]https://github.com/Michael-A-Kuykendall/auxide-io | Audio I/O layer | 0.2.0 |
| [auxide-midi]https://github.com/Michael-A-Kuykendall/auxide-midi | MIDI integration | 0.2.0 |