https://github.com/texitoi/softsynth
A sound synthetizer in no_std rust
https://github.com/texitoi/softsynth
Last synced: about 1 year ago
JSON representation
A sound synthetizer in no_std rust
- Host: GitHub
- URL: https://github.com/texitoi/softsynth
- Owner: TeXitoi
- License: mit
- Created: 2019-02-09T20:51:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T21:22:59.000Z (about 7 years ago)
- Last Synced: 2025-03-25T10:05:12.857Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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