OpenNeuro
A real-time audio pipeline framework for building voice AI applications.
Overview
OpenNeuro provides a graph-based architecture for composing audio processing pipelines. Components communicate through typed channels with automatic format conversion.
Quick Start
cd backend
uv sync
cd ../frontend
bun icd ..
bun dev