Registry / other / augmented-oscillator

augmented-oscillator

JSON →
library1.4.0rscratesunverified

Very simple implementation of an oscillator.

# Cargo.toml [dependencies] augmented_oscillator = "1.4.0"
INSTALL
IMPORT
SIG · AUGMENTED-OSCILLAT
A
augmented-oscillator
otherrustv1.4.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.

Oscillator
use augmented_oscillator::Oscillator;

Create an oscillator and generate a sample.

use augmented_oscillator::Oscillator; fn main() { let mut osc = Oscillator::new(440.0); let sample = osc.next_sample(); println!("Sample: {}", sample); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Meta
2
Amazon
1
OpenAI (training)
1
Resources
augmented-oscillator — cargo add augmented-oscillator · libregistry