Registry / other / surge-samplerate

surge-samplerate

JSON →
library0.2.12-alpha.0rscratesunverified

Sample rate management for the Surge synthesizer.

# Cargo.toml [dependencies] surge-samplerate = "0.2.12-alpha.0"
INSTALL
IMPORT
SIG · SURGE-SAMPLERATE
S
surge-samplerate
otherrustv0.2.12-alpha.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.

SampleRateHandle
use surge_samplerate::SampleRateHandle;

Creates a sample rate handle for audio processing.

use surge_samplerate::SampleRateHandle; fn main() { let handle = SampleRateHandle::new(44100.0); println!("Sample rate: {}", handle.sample_rate()); }
Debug
Known issues
gotchaThis crate is part of the Surge synthesizer ecosystem and may not be stable for general use.
fix
Check the Surge project documentation for proper integration.
affects: >=0.2.0
Upgrade
Version history
0.2.12-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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