audio.h File Reference

Go to the source code of this file.

Typedefs

typedef int(*) fluid_audio_func_t (void *data, int len, int nin, float **in, int nout, float **out)
 The function should return non-zero if an error occured.

Functions

FLUIDSYNTH_API fluid_audio_driver_tnew_fluid_audio_driver (fluid_settings_t *settings, fluid_synth_t *synth)
FLUIDSYNTH_API fluid_audio_driver_tnew_fluid_audio_driver2 (fluid_settings_t *settings, fluid_audio_func_t func, void *data)
FLUIDSYNTH_API void delete_fluid_audio_driver (fluid_audio_driver_t *driver)


Typedef Documentation

typedef int(*) fluid_audio_func_t(void *data, int len, int nin, float **in, int nout, float **out)

The function should return non-zero if an error occured.

Definition at line 37 of file audio.h.


Function Documentation

FLUIDSYNTH_API void delete_fluid_audio_driver ( fluid_audio_driver_t driver  ) 

FLUIDSYNTH_API fluid_audio_driver_t* new_fluid_audio_driver ( fluid_settings_t settings,
fluid_synth_t synth 
)

FLUIDSYNTH_API fluid_audio_driver_t* new_fluid_audio_driver2 ( fluid_settings_t settings,
fluid_audio_func_t  func,
void *  data 
)


Generated on Mon Jul 3 23:38:17 2006 for libfluidsynth by  doxygen 1.4.7