libfluidsynth
2.1.1
|
Functions for audio output | Defines functions for creating audio driver output. Use new_fluid_audio_driver() to create a new audio driver for a given synth and configuration settings. The function new_fluid_audio_driver2() can be used if custom audio processing is desired before the audio is sent to the audio driver (although it is not as efficient) |
Functions for settings management | To create a synthesizer object you will have to specify its settings. These settings are stored in a fluid_settings_t object |