oxisynth 0.1.0

Rust soundfont synthesizer
Documentation

You create a new synthesizer with [Synth::new()]. Use the settings structure to specify the synthesizer characteristics.

You have to load a SoundFont in order to hear any sound. For that you use the [Synth::add_font()] function.

To send events use: [Synth::send_event()] function.

To write the results to a buffer use [Synth::write()] function.