log YinUtil.cpp @ 164:a7d9c6142f8f tip

age author description
Wed, 04 Sep 2019 17:32:50 +0100 Chris Cannam Remove unused header
Mon, 08 Jul 2019 19:26:39 +0100 Chris Cannam Avoid compiler warnings for initialisations
Fri, 24 Mar 2017 14:50:44 +0000 Chris Cannam Merge from branch vamp-fft-revision fixedlag
Fri, 19 Aug 2016 13:40:11 +0100 Chris Cannam size_t -> int, remove some unnecessary work: marginally quicker. Also remove meaningless const from pass-by-value args vamp-fft-revision
Fri, 19 Aug 2016 13:26:40 +0100 Chris Cannam Make use of new Vamp FFT interface. This reduces the runtime of the regression test from 5.7 to 2.2 seconds on this machine, but it does need the right version of the SDK, which is currently only available in the vampipe branch. vamp-fft-revision
Fri, 19 Aug 2016 12:00:13 +0100 Chris Cannam Add state to YinUtil, prepare to use the Vamp FFT (but don't actually use it yet) vamp-fft-revision
Mon, 13 Jul 2015 12:10:06 +0100 Matthias Mauch ah, didn't commit when I stopped working... what did I do? fixedlag
Tue, 24 Mar 2015 18:06:33 +0000 matthiasm switched off some debug messages tony
Mon, 23 Mar 2015 16:37:28 +0000 matthiasm one minor one major thing: tony
Tue, 01 Apr 2014 10:47:06 +0100 Chris Cannam Avoid overrunning yinBuffer array with tau+1 index tony
Tue, 01 Apr 2014 10:38:39 +0100 Chris Cannam Move these initialisers out, don't fill up the stack with them tony
Fri, 07 Mar 2014 10:43:55 +0000 matthiasm slower, but timestamp-unbiased pyin tony
Thu, 06 Mar 2014 16:47:52 +0000 matthiasm changes to frequency range, dis-favouring low amplitude soudns tony
Thu, 20 Feb 2014 08:57:16 +0000 matthiasm some tidy up in YinUtil -- more boring method, but stable and reasonably good at finding pitches tony
Wed, 19 Feb 2014 22:48:08 +0000 matthiasm frantically fixed some things -- at least pyin is not behaving randomly any more. tony
Thu, 23 Jan 2014 18:58:50 +0000 matthiasm new plugin -- working towards local candidate PYIN tony
Fri, 17 Jan 2014 12:09:28 +0000 matthiasm in a hacky way, very basic constraining of frequencies for a certain time period seems to work now interactive
Fri, 06 Dec 2013 10:49:00 +0000 Chris Cannam README, copyrights
Wed, 27 Nov 2013 15:31:47 +0000 matthiasm notes work again, now based on the hard PYIN estimate
Wed, 27 Nov 2013 11:59:49 +0000 matthiasm added PYIN sources, should be compileable