int sm_path_create(struct sm_path_create_parms *createp)
typedef struct sm_path_create_parms { tSMPathId path; /* out */ tSMModuleId module; /* in */ } SM_PATH_CREATE_PARMS;
Creates a signal path. A signal path permits a variety of transformations to be performed on a signal. If no transformations are enabled, a path acts as a pass through.
The modules inchan and passthru are required.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody signal path processing API.