cwAudioTransforms.h : Added comments.

This commit is contained in:
kevin 2021-08-22 22:38:35 -04:00
parent 4dac2f5d1b
commit b5bf573748

View File

@ -346,6 +346,7 @@ namespace cw
return kOkRC;
}
// Returns true if there are 'wndSmpCnt' available samples at outV[] otherwise returns false.
template< typename sample_t >
bool exec( struct obj_str<sample_t>* p, const sample_t* sp, unsigned sn )
{
@ -721,6 +722,7 @@ namespace cw
}
}
//---------------------------------------------------------------------------------------------------------------------------------
// Spectral Distortion
@ -1107,6 +1109,8 @@ namespace cw
}
}
rc_t test( const cw::object_t* args );