OxiSynth
fluidsynth
based soundfont synthesizer
Showcase
OxiSynth running in browser, with Boomwhacker soundfont bundled: https://oxisynth.netlify.app
Project Structure
./core
- Safe but not rusty enough part of the project based onfluidlite
, ideally it should be completely faded out over time../src
- Temporary public api surface ofcore
./soundfont-rs
- Pure Rust implementation of sf2 file parser (intended to be also usable outsideoxisynth
)