Ignore:
Timestamp:
Sep 24, 2009, 6:16:02 PM (15 years ago)
Author:
Paul Brossier <piem@piem.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:
bd54912
Parents:
5c411dc
Message:

src/spectral/phasevoc.c: do no reset hop size, just leave a commented warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    r5c411dc rcd7d733  
    7777  aubio_pvoc_t * pv = AUBIO_NEW(aubio_pvoc_t);
    7878
    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  } */
    8482
    8583  if (hop_s < 1) {
Note: See TracChangeset for help on using the changeset viewer.