Changeset 7cded32


Ignore:
Timestamp:
May 17, 2006, 11:15:45 AM (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:
9b138a8
Parents:
08f6688
Message:

fix default yin thresholds
fix default yin thresholds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchdetection.c

    r08f6688 r7cded32  
    8989                        p->yin      = new_fvec(bufsize/2,channels);
    9090                        p->callback = aubio_pitchdetection_yin;
    91                         p->yinthres = 0.2;
     91                        p->yinthres = 0.15;
    9292                        break;
    9393                case aubio_pitch_mcomb:
     
    112112                        p->yinfft   = new_aubio_pitchyinfft(bufsize);
    113113                        p->callback = aubio_pitchdetection_yinfft;
    114                         p->yinthres = 0.2;
     114                        p->yinthres = 0.85;
    115115                        break;
    116116                default:
Note: See TracChangeset for help on using the changeset viewer.