Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 535 Bytes

RAT: The Rust Audio Toolkit

CI

Rust Audio Toolkit (RAT) is a high-performance, low-latency library for advanced audio processing and analysis.

Demo

To test out the functionality of RAT in a GUI application, run:

cargo run --example demo

This builds and launches a simple egui application, which demos most of RAT's functionality.