cwAudioTransforms.h : Fix code formatting.

This commit is contained in:
kevin 2024-12-20 14:20:41 -05:00
parent b4ad4449c3
commit 2bf875ec94

View File

@ -617,9 +617,9 @@ namespace cw
{
wnd_func::exec(p->wf, p->sb->outV, p->sb->wndSmpCnt );
// convert float to double
T1 cvtV[ p->wf->wndN ];
vop::copy(cvtV, p->wf->outV, p->wf->wndN );
// convert float to double
T1 cvtV[ p->wf->wndN ];
vop::copy(cvtV, p->wf->outV, p->wf->wndN );
fft::exec(p->ft, cvtV, p->wf->wndN);