Commit Graph

113 Commits

Author SHA1 Message Date
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
Chris Cannam
89ce4223ee * Consume output when running stretcher in RT mode from Vamp plugin;
start some documentation
2007-11-23 22:22:31 +00:00
Chris Cannam
a0c7b04c3d ... 2007-11-21 21:48:37 +00:00
Chris Cannam
fe9dc561ef * Fix outbuf size issues, and other misc troubles 2007-11-21 21:48:16 +00:00
Chris Cannam
d2fe49c20c * Sort out resynthesis gain; add crispness parameter to pitch shifter plugin 2007-11-21 19:57:49 +00:00
Chris Cannam
902e52f8f1 * Fix FFTW wisdom saving (do it only once)
* Add makedepend dependencies
2007-11-20 20:50:25 +00:00
Chris Cannam
0aa2cdf03d * Some tweaks to configure/Makefile -- add -fPIC, change VAMP to Vamp 2007-11-20 20:21:00 +00:00
Chris Cannam
7c4fcd85da * Improvements to offline phase reset point detection
* Better support for higher sample rates
* Save and restore FFTW wisdom (needs work still)
* More tidying, options and argument overhauls
2007-11-20 20:17:13 +00:00