Commit Graph

124 Commits (master)

Author SHA1 Message Date
Rob Sykes a666e1bb7f build-portability improvements 2015-08-18 22:08:29 +01:00
Rob Sykes d51f3ede7f fix conversion between differing I/O types, but with no rate-change 2015-08-18 21:40:35 +01:00
Rob Sykes be33e5d050 improve documentation of the two 'advanced-use' functions 2015-08-18 21:26:56 +01:00
Rob Sykes 9eb59e984e fix warnings 2015-06-13 19:45:07 +01:00
Rob Sykes ad0a20e3da require override to make dist when tree not git clean 2013-10-04 07:57:11 +01:00
Rob Sykes 3c44f12164 refactor: move vr-coefs to an include file (since they can be generated) 2013-10-04 07:52:50 +01:00
Rob Sykes 988f8303c7 Be more POSIX compliant w.r.t. errno; fixes erroneousl reporting of errors on FreeBSD 2013-05-27 21:07:14 +01:00
Rob Sykes e55c47697b correct defines for interpolation order selection 2013-04-09 12:23:26 +01:00
Rob Sykes fb8657b446 fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE in soxr_quality_spec recipe 2013-04-07 07:39:36 +01:00
Martin Pitt fe6ca521e2 Link examples with -lm, as some examples use functions like sin() 2013-03-24 13:36:07 +00:00
Rob Sykes aaee21bb8c update versions, NEWS 2013-03-03 08:15:37 +00:00
Rob Sykes dee0ed7d63 show library version used in installation check 2013-03-02 09:46:22 +00:00
Rob Sykes 6c1c27d680 update NEWS 2013-03-02 09:09:32 +00:00
Rob Sykes 04b83c5ae6 tidy comments 2013-03-02 09:06:50 +00:00
Rob Sykes 5e29000ddd better URL 2013-03-02 08:57:56 +00:00
Rob Sykes c421d39740 clarify 2013-03-01 08:34:50 +00:00
Rob Sykes e8ce89b5d1 use parallelism for dist. build 2013-03-01 08:19:35 +00:00
Rob Sykes 3365b53362 uniquify file names to allow parallelism 2013-03-01 08:17:39 +00:00
Rob Sykes b39c5fc01e add LIB_SUFFIX (used by some distros) 2013-03-01 08:15:39 +00:00
Rob Sykes 7c31e3d548 quash gcc warning: always_inline function might not be inlinable 2013-02-27 21:19:41 +00:00
Rob Sykes c5adbf7079 Add API version check macros 2013-02-27 21:19:41 +00:00
Rob Sykes b5ba8db22a update NEWS 2013-02-27 21:19:40 +00:00
Rob Sykes e7b384c947 Add options to be able to exercise more quality options 2013-02-27 21:18:59 +00:00
Rob Sykes fa75beaf0b Slight reworking of API params for phase-response and pass-/stop-band spec 2013-02-27 20:24:01 +00:00
Rob Sykes 4d9db78903 add example of mingw build 2013-02-27 18:50:12 +00:00
Rob Sykes 0d7c99ad0f add comment re expected clipping 2013-02-27 18:47:31 +00:00
Rob Sykes 4db4507b4d allow this test to be run from either 'tests' or 'examples' directories 2013-02-27 18:46:28 +00:00
Rob Sykes a832a8fec4 allow anti_aliasing_pc to be > 100 2013-02-26 22:38:55 +00:00
Rob Sykes 9a38bc087a fix resampling not working in most cases for anti_aliasing_pc != 100 2013-02-26 22:34:56 +00:00
Rob Sykes 91e0238271 changes that will be needed for libsox 2013-02-26 22:25:40 +00:00
Rob Sykes f53fc0280b fix unresolved when building with avfft 2013-02-26 22:18:45 +00:00
Rob Sykes e885a8c9b1 no need to use aligned malloc here (though this file is currently unused) 2013-02-26 22:17:23 +00:00
Rob Sykes bcf9851195 clarify comment 2013-02-17 11:10:27 +00:00
Rob Sykes 67a3da90c0 check for NULL error pointer (for k3b) 2013-02-08 20:46:18 +00:00
Rob Sykes 3b54f5d3c1 avoid hidden/visible symbols by making this lib static 2013-02-08 20:44:57 +00:00
Rob Sykes 4415c804ba Use gcc -fvisibility=hidden to fix debian build on archs. armhf, powerpc. 2013-02-06 20:42:05 +00:00
Rob Sykes 0378fd9de2 update version numbers 2013-01-18 20:15:29 +00:00
Rob Sykes afead9d854 clarify where the examples are 2013-01-18 16:50:42 +00:00
Rob Sykes 0df6d4161b install NEWS 2013-01-18 16:49:10 +00:00
Rob Sykes 81110cb89f document inst-check 2013-01-18 08:11:57 +00:00
Rob Sykes ec7728bec7 rework for with/without -dev package and to run all examples 2013-01-18 08:11:37 +00:00
Rob Sykes 5ec11f4d5a more consistent error report across examples 2013-01-18 08:09:09 +00:00
Rob Sykes 7ad0e604af fix incorrect src_error report on 64-bit arch 2013-01-18 08:08:30 +00:00
Rob Sykes a7c6452601 allow c++ compile of this example 2013-01-17 12:42:15 +00:00
Rob Sykes 0d6bf953bd prefer 'set -e' to manual return code check; use (and thus check) installed pkg-config files; use c++ compiler as approppriate (Benjamin Drung) 2013-01-17 12:41:28 +00:00
Rob Sykes 42f87bd44c prefer 'set -e' to manual return code check (Benjamin Drung) 2013-01-17 12:37:10 +00:00
Rob Sykes 76f911ebff .pc files: remove cruft (Benjamin Drung); remove soxr-lsr requirement on soxr (needed at run-time, but not link-time) 2013-01-17 12:35:31 +00:00
Rob Sykes 21874bc34f need to quote command on ms-win 2013-01-13 21:10:21 +00:00
Rob Sykes 3adc8ba206 need dll bin on ms-win 2013-01-13 21:09:42 +00:00
Rob Sykes a11a80cc4e rm trailing whitespace 2013-01-12 14:06:26 +00:00