diff options
Diffstat (limited to 'src/lingot-core.c')
| -rw-r--r-- | src/lingot-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-core.c b/src/lingot-core.c index 5f7584c..bef46c6 100644 --- a/src/lingot-core.c +++ b/src/lingot-core.c @@ -273,7 +273,7 @@ void lingot_core_process(LingotCore* core) { // ------------------------------------------ // - if (core->conf->estimator == 1) core->freq = core->conf->sample_rate / (FLT)core->conf->oversampling / yin(core); + if (core->conf->estimator == 1) yin(core); // ----------------- TRANSFORMATION TO FREQUENCY DOMAIN ---------------- |
