Commit Graph

850 Commits

Author SHA1 Message Date
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
Chris Cannam
e9cb6dbc37 * More rationalisation -- lock becomes phase reset in most cases
* Update Vamp plugin parameters and outputs
2007-11-19 20:13:39 +00:00
Chris Cannam
f327e0c415 * Rationalise naming: block -> window or chunk 2007-11-18 21:38:18 +00:00
Chris Cannam
35dc16b611 * Various tweaks to improve performance at large ratios 2007-11-16 22:22:01 +00:00
Chris Cannam
94f85c2db4 * bandlimited transient reset -- needs testing & refinement 2007-11-09 13:19:29 +00:00
Chris Cannam
472a4a251f ... 2007-11-09 12:25:50 +00:00
Chris Cannam
1d7dbbdb05 ... 2007-11-08 15:02:47 +00:00
Chris Cannam
a8ef8ea887 * Add COPYING file and GPL mention in help text 2007-11-08 11:02:22 +00:00
Chris Cannam
907631a05f * Add configure to SVN for convenience 2007-11-08 10:43:33 +00:00
Chris Cannam
f2ced5b6d4 * Add Vamp and LADSPA to configure 2007-11-08 10:43:21 +00:00
Chris Cannam
b38331b92c * Fix error in median window fill (was filling from wrong index in df) 2007-11-08 10:42:50 +00:00
Chris Cannam
5863e9070b * Better reporting of soft peaks (time sync points) 2007-11-07 22:34:30 +00:00
Chris Cannam
d2f4833a0a ... 2007-11-06 23:07:13 +00:00
Chris Cannam
597c96a200 * Initial import 2007-11-06 21:41:16 +00:00