Registry / utility / dasp
library0.11.0rscratesunverified

Provides the fundamentals for working with audio PCM DSP.

# Cargo.toml [dependencies] dasp = "0.11.0"
INSTALL
IMPORT
SIG · DASP
D
dasp
utilityrustv0.11.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.

Sample
use dasp::Sample;

Convert a floating-point sample to an i16 sample using dasp.

use dasp::Sample; fn main() { let sample: i16 = Sample::from_sample(0.5f32); println!("{}", sample); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources