Commit Graph

  • 7e7e998ce5 * Avoid using STL map in process()! * Exceptions in resampler Chris Cannam 2008-07-01 14:54:31 +00:00
  • c70480bb3c * Update for newer take on the C wrapper API * Add library versioning and DESTDIR support Chris Cannam 2008-07-01 10:25:17 +00:00
  • 160143461d * C API version Chris Cannam 2008-06-09 20:46:37 +00:00
  • 1a9f2f6c98 * update maker Chris Cannam 2008-06-04 20:43:22 +00:00
  • 1d41c952e8 Update from personal repository. Chris Cannam 2008-05-22 16:54:27 +00:00
  • 52a10829ef * Fix buffer overrun in process (reported by Jesse Chappell) Chris Cannam 2008-01-28 17:27:05 +00:00
  • a08d138309 * If throwing InvalidSize, at least print out why Chris Cannam 2008-01-28 17:26:37 +00:00
  • 458cbf343d * _latency -> latency Chris Cannam 2008-01-28 17:24:55 +00:00
  • 85d4ce4c33 * docs Chris Cannam 2007-12-13 21:16:01 +00:00
  • 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 Chris Cannam 2007-12-13 17:59:21 +00:00
  • fafcb36e97 * configure update Chris Cannam 2007-12-10 22:22:29 +00:00
  • 92b63b086a * More documentative bits Chris Cannam 2007-12-10 22:20:07 +00:00
  • 63ca65b931 ... Chris Cannam 2007-12-10 16:43:29 +00:00
  • 8ef7ee28eb ... Chris Cannam 2007-12-10 16:34:07 +00:00
  • ad4c9558f1 * Add forgotten files Chris Cannam 2007-12-10 16:30:29 +00:00
  • a94f3f3357 * Documentation Chris Cannam 2007-12-10 16:29:52 +00:00
  • d4ff782668 * Share dblbuf with FFT object to avoid a copy; fix reset(); add spectral difference audio curve; some tidying; add FLOAT_ONLY FFT option Chris Cannam 2007-12-10 15:47:06 +00:00
  • 2b1693aa3f * Documentation update Chris Cannam 2007-12-07 22:11:11 +00:00
  • f39fd78ab5 * Add install target Chris Cannam 2007-12-07 22:05:59 +00:00
  • 9bf7e03d5c * documentation Chris Cannam 2007-12-04 21:42:06 +00:00
  • b3c4ce045f * Allow building on Win32 with MinGW Chris Cannam 2007-11-28 11:50:47 +00:00
  • 09dadc239a * Default to using double-precision FFTs only when linking against FFTW, to avoid having to -lfftw3 -lfftw3f Chris Cannam 2007-11-27 14:12:04 +00:00
  • 653bf4017a ... Chris Cannam 2007-11-26 21:52:28 +00:00
  • ceec06a697 * Named conditions; one data condition per channel Chris Cannam 2007-11-26 21:51:05 +00:00
  • d58531e2ca * Timed waits -- avoid unfortunate worst cases Chris Cannam 2007-11-26 21:08:15 +00:00
  • 10ccd711cc ... Chris Cannam 2007-11-26 13:56:10 +00:00
  • 4b676ae824 ... Chris Cannam 2007-11-26 12:05:45 +00:00
  • 6bd101c7e6 * Add OS/X CPU counter, fix mp "cacher" Chris Cannam 2007-11-26 12:03:43 +00:00
  • 94b4feaf6a * Remove threading mode from Vamp plugin -- it's a bit silly to have as an option Chris Cannam 2007-11-26 11:52:35 +00:00
  • 065cc29e5c * Add OptionThreadingAlways Chris Cannam 2007-11-26 11:50:29 +00:00
  • 48d640f696 * fix a threading issue Chris Cannam 2007-11-26 11:00:47 +00:00
  • 89ce4223ee * Consume output when running stretcher in RT mode from Vamp plugin; start some documentation Chris Cannam 2007-11-23 22:22:31 +00:00
  • a0c7b04c3d ... Chris Cannam 2007-11-21 21:48:37 +00:00
  • fe9dc561ef * Fix outbuf size issues, and other misc troubles Chris Cannam 2007-11-21 21:48:16 +00:00
  • d2fe49c20c * Sort out resynthesis gain; add crispness parameter to pitch shifter plugin Chris Cannam 2007-11-21 19:57:49 +00:00
  • 902e52f8f1 * Fix FFTW wisdom saving (do it only once) * Add makedepend dependencies Chris Cannam 2007-11-20 20:50:25 +00:00
  • 0aa2cdf03d * Some tweaks to configure/Makefile -- add -fPIC, change VAMP to Vamp Chris Cannam 2007-11-20 20:21:00 +00:00
  • 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 Chris Cannam 2007-11-20 20:17:13 +00:00
  • e9cb6dbc37 * More rationalisation -- lock becomes phase reset in most cases * Update Vamp plugin parameters and outputs Chris Cannam 2007-11-19 20:13:39 +00:00
  • f327e0c415 * Rationalise naming: block -> window or chunk Chris Cannam 2007-11-18 21:38:18 +00:00
  • 35dc16b611 * Various tweaks to improve performance at large ratios Chris Cannam 2007-11-16 22:22:01 +00:00
  • 94f85c2db4 * bandlimited transient reset -- needs testing & refinement Chris Cannam 2007-11-09 13:19:29 +00:00
  • 472a4a251f ... Chris Cannam 2007-11-09 12:25:50 +00:00
  • 1d7dbbdb05 ... Chris Cannam 2007-11-08 15:02:47 +00:00
  • a8ef8ea887 * Add COPYING file and GPL mention in help text Chris Cannam 2007-11-08 11:02:22 +00:00
  • 907631a05f * Add configure to SVN for convenience Chris Cannam 2007-11-08 10:43:33 +00:00
  • f2ced5b6d4 * Add Vamp and LADSPA to configure Chris Cannam 2007-11-08 10:43:21 +00:00
  • b38331b92c * Fix error in median window fill (was filling from wrong index in df) Chris Cannam 2007-11-08 10:42:50 +00:00
  • 5863e9070b * Better reporting of soft peaks (time sync points) Chris Cannam 2007-11-07 22:34:30 +00:00
  • d2f4833a0a ... Chris Cannam 2007-11-06 23:07:13 +00:00
  • 597c96a200 * Initial import Chris Cannam 2007-11-06 21:41:16 +00:00