cwAudioFileProc.h : Reformatted code.

This commit is contained in:
kevin 2024-12-14 10:00:09 -05:00
parent e2a7af6bae
commit fe74e41a0d

View File

@ -56,7 +56,16 @@ namespace cw
typedef rc_t (*proc_func_t)( proc_ctx_t* ctx );
rc_t file_processor( const char* srcFn, const char* dstFn, proc_func_t func, unsigned wndSmpN, unsigned hopSmpN, void* userArg, const object_t* args, const object_t* recorder_cfg, unsigned recordChN=0 );
rc_t file_processor( const char* srcFn,
const char* dstFn,
proc_func_t func,
unsigned wndSmpN,
unsigned hopSmpN,
void* userArg,
const object_t* args,
const object_t* recorder_cfg,
unsigned recordChN=0 );
rc_t file_processor( const object_t* cfg );