Crates.io | raug |
lib.rs | raug |
version | 0.0.2 |
source | src |
created_at | 2024-11-08 22:09:35.046787 |
updated_at | 2024-11-09 01:17:27.949103 |
description | raug - Rusty Audio Graphs |
homepage | |
repository | |
max_upload_size | |
id | 1441636 |
size | 3,659,680 |
raug is a library for writing and running digital audio processors and signal flow graphs in Rust.
processor
API for writing high-performance raw audio processorsbuilder
API for ergonomically building signal flow graphsf64
audio samples internally for highest precisionSee examples/processor.rs for a simple example of writing a raw audio processor.
See examples/demo.rs for a simple example of building a signal flow graph.
This is a personal project, but I'm happy to accept contributions. Please open an issue or PR if you have any ideas or feedback.
This project is in early development and does not yet follow semantic versioning. Breaking changes may occur at any time.
The goal is to reach a somewhat-stable starting point and release version 0.1.0 on crates.io soon(tm).
MIT OR Apache 2.0