- Timestamp:
- Sep 24, 2009, 6:16:02 PM (15 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:
- bd54912
- Parents:
- 5c411dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.c
r5c411dc rcd7d733 77 77 aubio_pvoc_t * pv = AUBIO_NEW(aubio_pvoc_t); 78 78 79 if (win_s < 2*hop_s) { 80 AUBIO_ERR("Hop size bigger than half the window size!\n"); 81 AUBIO_ERR("Resetting hop size to half the window size.\n"); 82 hop_s = win_s / 2; 83 } 79 /* if (win_s < 2*hop_s) { 80 AUBIO_WRN("Hop size bigger than half the window size!\n"); 81 } */ 84 82 85 83 if (hop_s < 1) {
Note: See TracChangeset
for help on using the changeset viewer.