cwDspTransforms.h : Fix formatting - no functional changes.
This commit is contained in:
parent
7eacb5e005
commit
f102928a9f
@ -105,19 +105,19 @@ namespace cw
|
||||
{
|
||||
typedef struct
|
||||
{
|
||||
unsigned maxWndMs;
|
||||
unsigned maxWndSmpN;
|
||||
unsigned wndSmpN;
|
||||
sample_t* wndV;
|
||||
srate_t srate;
|
||||
coeff_t peakThreshDb;
|
||||
coeff_t outLin;
|
||||
coeff_t outDb;
|
||||
bool peakFl;
|
||||
bool clipFl;
|
||||
unsigned peakCnt;
|
||||
unsigned clipCnt;
|
||||
unsigned wi;
|
||||
unsigned maxWndMs;
|
||||
unsigned maxWndSmpN;
|
||||
unsigned wndSmpN;
|
||||
sample_t* wndV;
|
||||
srate_t srate;
|
||||
coeff_t peakThreshDb;
|
||||
coeff_t outLin;
|
||||
coeff_t outDb;
|
||||
bool peakFl;
|
||||
bool clipFl;
|
||||
unsigned peakCnt;
|
||||
unsigned clipCnt;
|
||||
unsigned wi;
|
||||
} obj_t;
|
||||
|
||||
rc_t create( obj_t*& p, srate_t srate, ftime_t maxWndMs, ftime_t wndMs, coeff_t peakThreshDb );
|
||||
|
Loading…
Reference in New Issue
Block a user