# softsynth **Repository Path**: mirrors_TeXitoi/softsynth ## Basic Information - **Project Name**: softsynth - **Description**: A sound synthetizer in no_std rust - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # softsynth A sound synthetizer in no_std rust ## Goal The goal of this crate is to produce music in a program, and that this program can be run on a microcontroller without FPU in realtime. The constraints are: - must work in `#[no_std]` - no `f32` or `f64` - no costy computations (`ln`, `sin` are out of scope) It can be used for fixed score playing or realtime sound generation. ## Binaries There is (at the time of writing) 2 binaries: - an example generating a wav file - `bluepill-player` that run on a microcontroller and react to buttons to play music