Skip to content

Commit

Permalink
Commented out unused variables from phase vocoder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Aug 7, 2011
1 parent f061caf commit 526258a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kn0ck0ut6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ void AKnockout::do_rebuild(long numSampsToProcess, long fftFrameSize, long osamp
/* set up some handy variables */
long fftFrameSize2 = fftFrameSize/2;
long stepSize = fftFrameSize/osamp;
float dOversampbytwopi = osamp/(PI*2);
float freqPerBin = sampleRate/fftFrameSize;
//float dOversampbytwopi = osamp/(PI*2);
//float freqPerBin = sampleRate/fftFrameSize;
float dOutfactor = fftFrameSize2*osamp;
fDecayRate=(fDecayRate>0)*(4.00001-(fDecayRate*fDecayRate*4));

float expct = 2.*PI*(double)stepSize/(double)fftFrameSize;
//float expct = 2.*PI*(double)stepSize/(double)fftFrameSize;
{
int numpro=copiesremaining;
if(numSampsToProcess<copiesremaining) {
Expand Down

0 comments on commit 526258a

Please sign in to comment.