Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 736 Bytes

img

OxiSynth

fluidsynth soundfont synthesizer but in pure safe Rust.

Showcase

OxiSynth running in Neothesia

2023-12-30.23-13-46.trimmed.mp4
2023-12-30.23-39-13.trimmed.trimmed.mp4

OxiSynth running in browser, with Boomwhacker soundfont bundled: https://oxisynth.netlify.app

Project Structure

  • ./src - OxiSynth
  • ./soundfont-rs - Pure Rust implementation of sf2/3 file parser (intended to be also usable outside of oxisynth)