oxisynth 0.0.3

Rust soundfont synthesizer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
![img](https://i.imgur.com/V9KLOJE.png)

# OxiSynth

`fluidsynth` soundfont synthesizer but in pure safe Rust.

### Showcase

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

### Project Structure

- `./src/core` - Safe but not rusty enough part of the project based on `fluidlite`, ideally it should be completely faded out over time.
- `./src` - Temporary public api surface of `core`
- `./soundfont-rs` - Pure Rust implementation of sf2 file parser (intended to be also usable outside `oxisynth`)