Function cybergrape::saf_raw::binauraliser_setUseDefaultHRIRsflag

source ยท
pub unsafe extern "C" fn binauraliser_setUseDefaultHRIRsflag(
    hBin: *mut c_void,
    newState: c_int,
)
Expand description

Sets flag to dictate whether the default HRIRs in the Spatial_Audio_Framework should be used (1), or a custom HRIR set loaded via a SOFA file (0).

@note If the custom set fails to load correctly, binauraliser will revert to the defualt set. Use binauraliser_getUseDefaultHRIRsflag() to check if loading was successful.