Registry / other / dsp-chain

dsp-chain

JSON →
library0.13.1rscratesunverified

Provides a Node trait and a Graph type for chaining together audio generators/processors in a DSP graph.

# Cargo.toml [dependencies] dsp-chain = "0.13.1"
INSTALL
IMPORT
SIG · DSP-CHAIN
D
dsp-chain
otherrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use dsp_chain::Graph;

Create a new DSP graph for audio processing.

use dsp_chain::Graph; fn main() { let mut graph = Graph::new(); // Add nodes and connections }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
dsp-chain — cargo add dsp-chain · libregistry