From fe74e41a0d77c9e6cc3e319cdaef9edfc247871a Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 14 Dec 2024 10:00:09 -0500 Subject: [PATCH] cwAudioFileProc.h : Reformatted code. --- cwAudioFileProc.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cwAudioFileProc.h b/cwAudioFileProc.h index 73b19ca..bb5a7fa 100644 --- a/cwAudioFileProc.h +++ b/cwAudioFileProc.h @@ -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 );