KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
rust-faust
★ 83
Open GitHub ↗
Easily use FAUST DSPs in Rust
Download README (.md)
Explore Similar Repositories
dbt-sqlite
:
A SQLite adapter plugin for dbt (data build tool)
redoc
:
Redoc with multiple urls - https://hub.docker.com/r/volbrene/redoc
java-spring-template
:
Java Spring template for the AsyncAPI Generator
FSharp.CosmosDb
:
An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers
StructPacker
:
Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rust-faust
?
Download (.md)
# rust-faust A better integration of [FAUST](https://faust.grame.fr/) for [Rust](https://www.rust-lang.org/). WIP but very open to contributions! Please just open issues or come the [RustAudio Discord](https://rust-audio.discourse.group/) 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`](examples/example-jack) for how this can be used with a simple Faust DSP file and [rust-jack](https://github.com/RustAudio/rust-jack).