Skip to content

PolyMeilex/OxiSynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)