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