uint_t i = 0;
while (i < 1000) {
- aubio_pitchdetection(o,in);
+ aubio_pitchdetection_do (o,in);
i++;
};
uint_t i = 0;
while (i < 1000) {
- aubio_pitchfcomb_detect(o,in);
+ aubio_pitchfcomb_do (o,in);
i++;
};
uint_t i = 0;
while (i < 1000) {
- aubio_pitchmcomb_detect (o,in);
+ aubio_pitchmcomb_do (o,in);
i++;
};
uint_t i = 0;
while (i < 1000) {
- aubio_pitchschmitt_detect (o,in);
+ aubio_pitchschmitt_do (o,in);
i++;
};
uint_t i = 0;
while (i < 10) {
- aubio_pitchyinfft_detect (o,in,0.2);
+ aubio_pitchyinfft_do (o,in,0.2);
i++;
};