log dsp/rateconversion/Resampler.cpp @ 515:08bcc06c38ec tip master

age author description
Mon, 03 Jun 2019 14:20:07 +0100 Chris Cannam Use Restrict header
Fri, 31 May 2019 11:54:32 +0100 Chris Cannam Untabify, indent, tidy
Wed, 07 Oct 2015 09:33:28 +0100 Chris Cannam Slightly simplify resampler
Wed, 14 May 2014 11:40:41 +0100 Chris Cannam Remove unused debug
Tue, 13 May 2014 14:29:48 +0100 Chris Cannam Restore frame pointer... and minor tidy
Mon, 12 May 2014 17:56:08 +0100 Chris Cannam Fixes to resampler frequency tests
Sat, 10 May 2014 13:40:44 +0100 Chris Cannam Further debug out option
Tue, 05 Nov 2013 16:36:53 +0000 Chris Cannam Add std::vector-returning process call
Fri, 01 Nov 2013 12:07:08 +0000 Chris Cannam Lower filter cutoff to below target Nyquist when downsampling
Mon, 21 Oct 2013 09:40:22 +0100 Chris Cannam Integrate resampler and tests into build system etc
Fri, 18 Oct 2013 14:57:48 +0100 Chris Cannam Add bandwidth, snr parameters
Fri, 18 Oct 2013 11:11:41 +0100 Chris Cannam Avoid int overflow in resample; tidy
Thu, 17 Oct 2013 22:12:36 +0100 Chris Cannam Fixes to latency and initial phase calculations (+ explanation)
Wed, 16 Oct 2013 13:33:36 +0100 Chris Cannam Cache calculated filters
Wed, 16 Oct 2013 13:33:18 +0100 Chris Cannam Avoid vector reallocation on every reconstructed output sample
Tue, 15 Oct 2013 18:27:19 +0100 Chris Cannam Some fixes, and start on spectrum test
Mon, 14 Oct 2013 16:20:00 +0100 Chris Cannam Fix scaling on downsampling, another test
Mon, 14 Oct 2013 16:15:32 +0100 Chris Cannam More resampler fixes (particularly to latency calculation) and tests
Mon, 14 Oct 2013 08:19:45 +0100 Chris Cannam Latency fix etc
Mon, 14 Oct 2013 08:15:51 +0100 Chris Cannam Save extra samples from one process to next (+ other fixes and debug out)
Sun, 13 Oct 2013 12:47:50 +0100 Chris Cannam Add one-shot resample function
Fri, 11 Oct 2013 18:00:51 +0100 Chris Cannam First cut at resampler (not quite correct)