From 6e38dfa629db5d34071c7d891633fe5dae52a2f1 Mon Sep 17 00:00:00 2001 From: pp Date: Sun, 23 Mar 2008 17:38:12 +0000 Subject: - YIN estimator improvements: - minimum detection now operates on interpolated values - period calculation now interpolates raw difference function, as interpolation of the normalized function is said to be slightly biased - added high threshold parameter, above which the result is ignored (no note detected) git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@314 455248ca-bdda-0310-9134-f4ebb693071a --- src/lingot-yin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lingot-yin.h') diff --git a/src/lingot-yin.h b/src/lingot-yin.h index 1109c22..040ef0d 100644 --- a/src/lingot-yin.h +++ b/src/lingot-yin.h @@ -26,6 +26,6 @@ #include "lingot-core.h" // returns detected period as a number of samples -FLT yin(LingotCore* core); +void yin(LingotCore* core); #endif -- cgit v1.2.3