Function cybergrape::saf_raw::binauraliser_setSofaFilePath

source ยท
pub unsafe extern "C" fn binauraliser_setSofaFilePath(
    hBin: *mut c_void,
    path: *const c_char,
)
Expand description

Sets the file path for a .sofa file, in order to employ a custom HRIR set for the decoding.

@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.

@param[in] hBin binauraliser handle @param[in] path File path to .sofa file (WITH file extension)