Registry / async / rubato

rubato

JSON →
library2.0.0rscratesunverified

Asynchronous resampling library intended for audio data.

# Cargo.toml [dependencies] rubato = "2.0.0"
INSTALL
IMPORT
SIG · RUBATO
R
rubato
asyncrustv2.0.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.

Resampler
use rubato::Resampler;

Use the Resampler trait for audio resampling.

use rubato::Resampler; fn main() { println!("Resampler trait available"); }
Debug
Known issues
gotchaRequires an async runtime for some operations.
fix
Add tokio or async-std and use async functions appropriately.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
1
Resources
rubato — cargo add rubato · libregistry