Functions for audio output
Defines functions for creating audio driver output.
More...
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).
- See also:
- Creating the Audio Driver