int sm_path_delay(struct sm_path_delay_parms *delayparms)
typedef struct sm_path_delay_parms { tSMPathId path; /* in */ tSM_INT enable; /* in */ tSM_INT delay; /* in */ } SM_PATH_DELAY_PARMS;
Delays signal by specified number of samples. If signal path already has a delay configured, the delay is changed to new value. A new or increased delay has gap filled with silence.
Requires the module delay to be loaded.
0 if call completed successfully, otherwise a standard error.
This function is part of the Prosody signal path processing API.