faust-build

Crates.iofaust-build
lib.rsfaust-build
version0.2.1
sourcesrc
created_at2024-11-20 15:46:21.993286
updated_at2024-11-20 15:50:35.390612
descriptionBuild FAUST dsp files into Rust modules as part of the normal crate compilation
homepage
repository
max_upload_size
id1454895
size9,173
obsoleszenz (obsoleszenz)

documentation

README

rust-faust

A better integration of FAUST for Rust.

WIP but very open to contributions! Please just open issues or come the RustAudio Discord and ping @Frando.

  • faust-build: Build FAUST dsp files into Rust modules as part of the normal crate compilation
  • faust-types: Types and traits needed by Rust modules built from FAUST dsp files.
  • faust-state: Abstractions and data structures to make it easier to work with the trait implementations in Faust modules
  • faust-macro: A macro to write dsp files within rust files utilizes faust-build internally. Uses the faust declaration of the dsp name for the naming of the struct and module name.

For now, see example-jack for how this can be used with a simple Faust DSP file and rust-jack.

Commit count: 0

cargo fmt