Crates.io | synth |
lib.rs | synth |
version | 0.11.0 |
source | src |
created_at | 2015-03-03 09:53:28.041423 |
updated_at | 2017-02-12 05:26:10.656841 |
description | A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes. |
homepage | https://github.com/RustAudio/synth |
repository | https://github.com/RustAudio/synth.git |
max_upload_size | |
id | 1513 |
size | 120,644 |
A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes.
note_on(pitch_in_hz, velocity)
and note_off(pitch_in_hz)
methods.synth.fill_slice(frame_slice, sample_hz),
See an example here.