[package] name = "pm-synth" version = "0.1.0" edition = "2021" description = "Polyphonic drum-voice synthesizer — a Rust port of engine.js's 808/909 voices. Transport-agnostic (offline render now; on-device real-time later)." # f32 reference implementation for now (host-rendered to .wav to verify the sound). The on-device # port (no_std + fixed-point/table osc, since the Cortex-M0+ has no FPU) comes with the audio # transport. Kept buildable for the host (the synthrender bin). [dependencies]