cwAudioTransforms.h : Added comments.
This commit is contained in:
parent
4dac2f5d1b
commit
b5bf573748
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user