Commit Graph

107 Commits

Author SHA1 Message Date
Chris Cannam
ecbbd73957 Add MemoryBarrier for MinGW; freqPeak is unused 2011-12-03 13:14:14 +00:00
Chris Cannam
c26dc1dc88 * Add centre-focus option (mid/side processing)
* Simplify RingBuffer and add explicit memory locks
* Fix hang with certain unfortunate combinations of parameters
* Bump version to 1.7
2011-11-25 11:11:59 +00:00
Chris Cannam
9c52352c24 Fix crash in optimised build with gcc-4.6 2011-10-02 21:13:15 +01:00
Chris Cannam
eb91ce91bd Fix build with gcc-4.6 2011-10-02 21:13:03 +01:00
Chris Cannam
61caf57fd0 * Add Doxyfile 2011-03-21 21:51:33 +00:00
Chris Cannam
1356940ff2 Added tag v1.6 for changeset 4f58b0749763 2011-03-19 15:37:31 +00:00
Chris Cannam
991b86f20b * OS/X build fixes 2011-03-19 15:01:07 +00:00
Chris Cannam
3640595744 * Add forgotten file 2011-03-19 12:49:32 +00:00
Chris Cannam
c45acda473 * Fix failure to remember that we have constructed an interpolator
window already (#25).  Also avoid using alloca for substantial buffers
* Lose FFT::getFloatTimeBuffer and getDoubleTimeBuffer -- it's too
unclear when it's safe to use them and it's safer to control sizes externally.
In RB with smoothing on, these buffers were incorrectly being used for window-si
zed calculations (larger than FFT-sized).
* Fix some incorrect buffer resize sizes
* Build fixes for OS/X
2011-03-19 12:41:38 +00:00
Chris Cannam
0b8c1bd90b * Pull across from main repo: Fix silent channel of output when processing with band-limited transients option; include libresample support. Also update copyright dates. 2011-01-07 21:46:36 +00:00
Chris Cannam
99ba629361 * More work on framing, interpolation and scaling for longer window than FFT size.
This adds the --smoothing option to the command line tool and SmoothingOn/Off
  options to the API, introducing a double-length window with presum FFT and
  time-domain smoothing.  Behaviour elsewhere _should_ be unchanged.
2010-05-29 22:07:54 +01:00
Chris Cannam
49cf25d724 * Further work on handling distinct analysis and synthesis window and FFT sizes 2010-05-25 21:49:05 +01:00
Chris Cannam
3ed58ba356 * Separate out analysis and synthesis window sizes from FFT size.
This is an internal change only, so far -- results should be
  unchanged from 1.5.0.
2010-05-16 10:44:38 +01:00
Chris Cannam
8b3a5e4979 * Fix some confusions between _WIN32 (any compiler/runtime on that platform)
and __MSVC__ (VC only, not e.g. mingw32)
2010-05-04 11:14:26 +01:00
Chris Cannam
c5daafc067 * Fixes to OS/X Makefile 2010-05-03 11:56:26 +01:00
Chris Cannam
9c9affb9c8 Added tag v1.5 for changeset 96e35b8aaa60 2010-05-02 16:12:23 +01:00
Chris Cannam
23b9aa9c51 * Detection function fix (was losing crispness in transients) 2010-04-30 22:29:37 +01:00
Chris Cannam
b9d2bbdf49 * tidy 2010-03-24 12:35:21 +00:00
Chris Cannam
87dc720243 Update from main repo.
* Add a more reliable transient detection mode, and make the mode
   selectable using OptionDetectorXXX flags -- the new method is
   the default
 * Band-limit transient detectors to avoid being distracted by
   inaudible garbage
 * Add a key-frame mapping facility for variable stretch ratio
   management during offline stretches
2010-03-24 09:44:51 +00:00
Chris Cannam
45a7ec1868 * Fixes for gcc-4.4 (thanks Alexis Ballier) 2009-09-28 09:45:23 +00:00
Chris Cannam
6154522f8d * OS/X fixes 2009-09-24 19:34:00 +00:00
Chris Cannam
f2a14bc40f * update OS/X makefile 2009-09-24 19:29:34 +00:00
Chris Cannam
782d8e9d99 * Update changelog 2009-09-24 19:23:54 +00:00
Chris Cannam
090ad6c19a * remove some incomplete bits 2009-09-17 20:12:40 +00:00
Chris Cannam
8359f038d4 * fix comment 2009-09-17 13:12:07 +00:00
Chris Cannam
18d1e1381c * Some new files omitted from prior commit 2009-09-17 13:08:33 +00:00
Chris Cannam
abf577ee9d * Some code rearrangement
* Threading fixes (corrections to condition usage)
* Avoid a potential hang when faced with some peculiar stretch factors
* More modular calls out to vectorizable functions
* Solaris build fixes
* Bump version number
2009-09-17 13:01:21 +00:00
Chris Cannam
aa5f708467 * Update versions etc for forthcoming 1.3 bugfix release 2009-03-01 21:57:15 +00:00
Chris Cannam
00ff759247 * Avoid virtual method hiding warnings
* Avoid potential deadlock in thread join when processing has been abandoned
2009-02-26 22:26:02 +00:00
Chris Cannam
c5a293da33 * fix bug in initial state of accumulator; fix compiler warnings 2009-01-28 11:19:00 +00:00
Chris Cannam
0da1cfd87a * update from personal repo (including some significant fixes) 2008-11-26 22:31:55 +00:00
Chris Cannam
4d875a5ef4 * Warn and recover if time or pitch ratio is zero (or smaller) 2008-10-13 19:13:21 +00:00
Chris Cannam
02c1d67034 * fix possible crash in resampler 2008-08-06 22:00:18 +00:00
Chris Cannam
af45aa1ef4 * add cstdlib include (for antisocial compilers) 2008-07-10 12:13:08 +00:00
Chris Cannam
aef181c3ed ... 2008-07-10 11:09:26 +00:00
Chris Cannam
dd45a34e48 * build fix for OS/X, dammit 2008-07-10 11:09:01 +00:00
Chris Cannam
c8f2e01b5b * note on threading 2008-07-09 20:58:17 +00:00
Chris Cannam
a96c85befc * Change terminology: peak locking -> lamination (we no longer do peak locking)
* Adjustments to lamination code
2008-07-08 16:32:52 +00:00
Chris Cannam
55b9516fff * minor reversion 2008-07-08 15:41:21 +00:00
Chris Cannam
f0cc46653d * build fixes 2008-07-08 15:32:52 +00:00
Chris Cannam
7f68bae17f ... 2008-07-08 15:07:58 +00:00
Chris Cannam
55858c94d0 * for mingw32 build 2008-07-08 15:04:30 +00:00
Chris Cannam
057481ea41 * Work around a patent (also producing better results, in many cases)
* Add aligned allocation functions in sysutils
2008-07-08 15:00:22 +00:00
Chris Cannam
d6d4af1539 * Add warning if -c option and something conflicting with it are both given
* Fixes for mingw32 compile
* Fix a couple of compiler warnings
2008-07-07 18:54:18 +00:00
Chris Cannam
167760625a * Fix latency issue 2008-07-06 19:24:53 +00:00
Chris Cannam
c237047d3c * update Makefile.osx 2008-07-06 10:46:08 +00:00
Chris Cannam
7018c5d78d * update configure 2008-07-06 10:39:47 +00:00
Chris Cannam
475ccc3a32 * Add --duration, --tempo X:Y and --version options to command line program 2008-07-06 10:33:12 +00:00
Chris Cannam
d43e6b14c9 ... 2008-07-05 09:11:22 +00:00
Chris Cannam
f894f7c66f * update from personal repo 2008-07-04 19:31:23 +00:00