Registry / other / fundsp

fundsp

JSON →
library0.23.0rscratesunverified

Audio processing and synthesis library.

# Cargo.toml [dependencies] fundsp = "0.23.0"
INSTALL
IMPORT
SIG · FUNDSP
F
fundsp
otherrustv0.23.0
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.

sine
use fundsp::prelude::*;

Generates a sine wave sample at 440 Hz.

use fundsp::prelude::*; fn main() { let mut node = sine(440.0); let sample = node.tick(); println!("Sample: {}", sample); }
Debug
Known issues
gotchaRequires real-time audio backend for playback; may need 'cpal' feature.
fix
Enable the 'cpal' feature for audio output.
affects: >=0.23.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
7
Resources
fundsp — cargo add fundsp · libregistry