Changeset 3f697c9 for src


Ignore:
Timestamp:
Jul 8, 2006, 7:01:27 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

make beattracking always silent
make beattracking always silent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/beattracking.c

    r92eea84 r3f697c9  
    194194        // get float period
    195195        myperiod = fvec_getperiod(bt,timesig,rp);
    196         //AUBIO_DBG("\nrp =  %d myperiod = %f\n",rp,myperiod);
    197         //AUBIO_DBG("accurate tempo is %f bpm\n",5168./myperiod);
     196        //AUBIO_DBG("\nrp =  %d myperiod = %f\n",rp,myperiod);
     197        //AUBIO_DBG("accurate tempo is %f bpm\n",5168./myperiod);
    198198
    199199        /* activate biased filterbank */
     
    409409                        }
    410410                } 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);
    413413                        for(j=0;j<2*laglen;j++)  {phwv[j] = 1.;}
    414414                }
     
    424424        /* if tempo is > 206 bpm, half it */
    425425        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);
    428427                //AUBIO_DBG("warning, halving the tempo from %f\n", 60.*samplerate/hopsize/bp);
    429428                bp = bp*2;
Note: See TracChangeset for help on using the changeset viewer.