Changeset e5e693e for tests


Ignore:
Timestamp:
Oct 7, 2009, 7:36:31 PM (14 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:
bd1a630
Parents:
1294862
Message:

tests/src/test-pitch*: update pitch prototypes

Location:
tests/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-pitchdetection.c

    r1294862 re5e693e  
    1616
    1717        while (i < 1000) {
    18           aubio_pitchdetection(o,in);
     18          aubio_pitchdetection_do (o,in);
    1919          i++;
    2020        };
  • tests/src/test-pitchfcomb.c

    r1294862 re5e693e  
    1414
    1515        while (i < 1000) {
    16           aubio_pitchfcomb_detect(o,in);
     16          aubio_pitchfcomb_do (o,in);
    1717          i++;
    1818        };
  • tests/src/test-pitchmcomb.c

    r1294862 re5e693e  
    1313
    1414        while (i < 1000) {
    15           aubio_pitchmcomb_detect (o,in);
     15          aubio_pitchmcomb_do (o,in);
    1616          i++;
    1717        };
  • tests/src/test-pitchschmitt.c

    r1294862 re5e693e  
    1111
    1212        while (i < 1000) {
    13           aubio_pitchschmitt_detect (o,in);
     13          aubio_pitchschmitt_do (o,in);
    1414          i++;
    1515        };
  • tests/src/test-pitchyinfft.c

    r1294862 re5e693e  
    1010
    1111        while (i < 10) {
    12           aubio_pitchyinfft_detect (o,in,0.2);
     12          aubio_pitchyinfft_do (o,in,0.2);
    1313          i++;
    1414        };
Note: See TracChangeset for help on using the changeset viewer.