Changeset 3f697c9
- Timestamp:
- Jul 8, 2006, 7:01:27 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e8e2b72
- Parents:
- 92eea84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/beattracking.c
r92eea84 r3f697c9 194 194 // get float period 195 195 myperiod = fvec_getperiod(bt,timesig,rp); 196 197 196 //AUBIO_DBG("\nrp = %d myperiod = %f\n",rp,myperiod); 197 //AUBIO_DBG("accurate tempo is %f bpm\n",5168./myperiod); 198 198 199 199 /* activate biased filterbank */ … … 409 409 } 410 410 } else { 411 AUBIO_DBG("NOT using phase weighting as step is %d and lastbeat %d \n",412 step,lastbeat);411 //AUBIO_DBG("NOT using phase weighting as step is %d and lastbeat %d \n", 412 // step,lastbeat); 413 413 for(j=0;j<2*laglen;j++) {phwv[j] = 1.;} 414 414 } … … 424 424 /* if tempo is > 206 bpm, half it */ 425 425 while (bp < 25) { 426 //while (bp < fact/206.) { 427 AUBIO_DBG("warning, doubling the beat period from %d\n", bp); 426 //AUBIO_DBG("warning, doubling the beat period from %d\n", bp); 428 427 //AUBIO_DBG("warning, halving the tempo from %f\n", 60.*samplerate/hopsize/bp); 429 428 bp = bp*2;
Note: See TracChangeset
for help on using the changeset viewer.