Commit Graph

34 Commits

Author SHA1 Message Date
'Michel Alexandre Salim
58fc334e90 Preserve permissions when installing files
Use `cp -p` rather than `cp`
2020-11-17 16:48:50 -08:00
Chris Cannam
6659d61f01 Update version numbers 2020-09-09 14:02:42 +01:00
Brian Matherly
8043a8fc8f Add configure options
Allow the packager to decide if she wants to compile/install
programs, VAMP plugin and LADSPA plugin.

if --disable-programs is used, then sndfile is not required.
if --disable-vamp is used, then vamp-sdk is not required.
if --disable-lapsda is used, then lapsda is not required.
2020-02-14 11:23:52 +00:00
Chris Cannam
419a9bcf70 Install JNI target only if it has been built 2020-01-16 12:18:50 +00:00
Chris Cannam
09a1dc3a20 Next version will be 1.8.2 2015-07-09 15:40:42 +01:00
Chris Cannam
bd7e32b34c Don't fail install if copying jni lib fails (it might not have been built) 2014-08-08 16:04:03 +01:00
Chris Cannam
7966b86250 Add JNI target (not built by default) 2014-05-03 13:28:58 +01:00
Chris Cannam
9ded9a2adf Patch from Ryan Schmidt for install and various other make fixes on OS/X 2013-12-10 21:01:47 +00:00
Chris Cannam
512780abe2 Pull back local includes to before system ones 2013-12-10 16:33:31 +00:00
Chris Cannam
898a41de9a Need pthreads 2012-09-09 17:01:40 +01:00
Chris Cannam
93c38b50a0 Update to new combined build 2012-09-09 16:57:42 +01: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
49cf25d724 * Further work on handling distinct analysis and synthesis window and FFT sizes 2010-05-25 21:49:05 +01: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
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
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
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
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
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
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
63ca65b931 ... 2007-12-10 16:43:29 +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
f39fd78ab5 * Add install target 2007-12-07 22:05:59 +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
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
f2ced5b6d4 * Add Vamp and LADSPA to configure 2007-11-08 10:43:21 +00:00
Chris Cannam
597c96a200 * Initial import 2007-11-06 21:41:16 +00:00