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
Chris Cannam
86462dbd9f
* Fix under/overruns in ladspa plugin
2008-07-04 14:19:32 +00:00
Chris Cannam
59a160eb3f
* whoops! initialise m_silentAudioCurve
2008-07-02 22:20:56 +00:00
Chris Cannam
87af5d6745
...
2008-07-02 21:33:31 +00:00
Chris Cannam
7b3b93efe8
...
2008-07-02 21:28:23 +00:00
Chris Cannam
1e2cae8e2d
* Add library API version to headers
...
* Add phase reset on silence (doesn't appear to make much difference)
* Fix mistake in LRDF file
2008-07-02 21:20:22 +00:00
Chris Cannam
6b277bd8dd
* Add OptionPitchHighConsistency
2008-07-01 20:49:24 +00:00
Chris Cannam
7e7e998ce5
* Avoid using STL map in process()!
...
* Exceptions in resampler
2008-07-01 14:54:31 +00:00
Chris Cannam
c70480bb3c
* Update for newer take on the C wrapper API
...
* Add library versioning and DESTDIR support
2008-07-01 10:25:17 +00:00
Chris Cannam
160143461d
* C API version
2008-06-09 20:46:37 +00:00
Chris Cannam
1a9f2f6c98
* update maker
2008-06-04 20:43:22 +00:00
Chris Cannam
1d41c952e8
Update from personal repository.
...
* Added an initial "formant preservation" option when pitch shifting
* Real-time pitch shifting now uses a faster method by default, with
less variation in CPU usage
* The code is more amenable to compiler auto-vectorization (through
e.g. gcc --ftree-vectorize).
2008-05-22 16:54:27 +00:00
Chris Cannam
52a10829ef
* Fix buffer overrun in process (reported by Jesse Chappell)
2008-01-28 17:27:05 +00:00
Chris Cannam
a08d138309
* If throwing InvalidSize, at least print out why
2008-01-28 17:26:37 +00:00
Chris Cannam
458cbf343d
* _latency -> latency
2008-01-28 17:24:55 +00:00
Chris Cannam
85d4ce4c33
* docs
2007-12-13 21:16:01 +00:00
Chris Cannam
308e2ad632
* Fix incorrect option parsing (-T not recognised, pitch shift mishandled)
...
* Fix incorrect #ifdef nesting in FFT.cpp
* Ensure pkg-config directory is created on make install if necessary
2007-12-13 17:59:21 +00:00
Chris Cannam
fafcb36e97
* configure update
2007-12-10 22:22:29 +00:00
Chris Cannam
92b63b086a
* More documentative bits
2007-12-10 22:20:07 +00:00
Chris Cannam
63ca65b931
...
2007-12-10 16:43:29 +00:00
Chris Cannam
8ef7ee28eb
...
2007-12-10 16:34:07 +00:00
Chris Cannam
ad4c9558f1
* Add forgotten files
2007-12-10 16:30:29 +00:00
Chris Cannam
a94f3f3357
* Documentation
2007-12-10 16:29:52 +00:00
Chris Cannam
d4ff782668
* Share dblbuf with FFT object to avoid a copy; fix reset(); add spectral
...
difference audio curve; some tidying; add FLOAT_ONLY FFT option
2007-12-10 15:47:06 +00:00
Chris Cannam
2b1693aa3f
* Documentation update
2007-12-07 22:11:11 +00:00
Chris Cannam
f39fd78ab5
* Add install target
2007-12-07 22:05:59 +00:00
Chris Cannam
9bf7e03d5c
* documentation
2007-12-04 21:42:06 +00:00
Chris Cannam
b3c4ce045f
* Allow building on Win32 with MinGW
2007-11-28 11:50:47 +00:00
Chris Cannam
09dadc239a
* Default to using double-precision FFTs only when linking against FFTW,
...
to avoid having to -lfftw3 -lfftw3f
2007-11-27 14:12:04 +00:00
Chris Cannam
653bf4017a
...
2007-11-26 21:52:28 +00:00
Chris Cannam
ceec06a697
* Named conditions; one data condition per channel
2007-11-26 21:51:05 +00:00
Chris Cannam
d58531e2ca
* Timed waits -- avoid unfortunate worst cases
2007-11-26 21:08:15 +00:00
Chris Cannam
10ccd711cc
...
2007-11-26 13:56:10 +00:00
Chris Cannam
4b676ae824
...
2007-11-26 12:05:45 +00:00
Chris Cannam
6bd101c7e6
* Add OS/X CPU counter, fix mp "cacher"
2007-11-26 12:03:43 +00:00
Chris Cannam
94b4feaf6a
* Remove threading mode from Vamp plugin -- it's a bit silly to have as an option
2007-11-26 11:52:35 +00:00
Chris Cannam
065cc29e5c
* Add OptionThreadingAlways
2007-11-26 11:50:29 +00:00
Chris Cannam
48d640f696
* fix a threading issue
2007-11-26 11:00:47 +00:00