[][src]Function fluidlite_sys::fluid_synth_get_internal_bufsize

pub unsafe extern "C" fn fluid_synth_get_internal_bufsize(
    synth: *mut fluid_synth_t
) -> c_int

Get the internal buffer size. The internal buffer size if not the same thing as the buffer size specified in the settings. Internally, the synth always uses a specific buffer size independent of the buffer size used by the audio driver. The internal buffer size is normally 64 samples. The reason why it uses an internal buffer size is to allow audio drivers to call the synthesizer with a variable buffer length. The internal buffer size is useful for client who want to optimize their buffer sizes.