Changeset 7cded32
- Timestamp:
- May 17, 2006, 11:15:45 AM (19 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:
- 9b138a8
- Parents:
- 08f6688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchdetection.c
r08f6688 r7cded32 89 89 p->yin = new_fvec(bufsize/2,channels); 90 90 p->callback = aubio_pitchdetection_yin; 91 p->yinthres = 0. 2;91 p->yinthres = 0.15; 92 92 break; 93 93 case aubio_pitch_mcomb: … … 112 112 p->yinfft = new_aubio_pitchyinfft(bufsize); 113 113 p->callback = aubio_pitchdetection_yinfft; 114 p->yinthres = 0. 2;114 p->yinthres = 0.85; 115 115 break; 116 116 default:
Note: See TracChangeset
for help on using the changeset viewer.