diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-23 17:38:12 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-23 17:38:12 +0000 |
| commit | 6e38dfa629db5d34071c7d891633fe5dae52a2f1 (patch) | |
| tree | a50eb805497e4bf77dc2d349c7745186daa3a7f7 /src/lingot-yin.h | |
| parent | 8c1d9e64746debf06465fb5213f37159e69b1592 (diff) | |
- YIN estimator improvements:master
- 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
Diffstat (limited to 'src/lingot-yin.h')
| -rw-r--r-- | src/lingot-yin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
