auxide 0.3.0

Real-time-safe, deterministic audio graph kernel
Documentation
<img src="https://raw.githubusercontent.com/Michael-A-Kuykendall/auxide/main/assets/auxide-logo.png" alt="Auxide Logo" width="400">

[![Crates.io](https://img.shields.io/crates/v/auxide.svg)](https://crates.io/crates/auxide)
[![Documentation](https://docs.rs/auxide/badge.svg)](https://docs.rs/auxide)
[![CI](https://github.com/Michael-A-Kuykendall/auxide/workflows/CI/badge.svg)](https://github.com/Michael-A-Kuykendall/auxide/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/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/blob/main/SPONSORS.md 🙏

# Auxide

**A real-time-safe, deterministic audio graph kernel for Rust.**  
Build reliable audio tools, DSP chains, and synthesis engines with a focus on correctness, performance, and simplicity.

## 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 |