Chris Cannam
|
22c606db6f
|
Adjust test check
|
2024-07-03 17:38:01 +01:00 |
|
Chris Cannam
|
26618585c6
|
Adjust start delays, put an end point on sinusoid
|
2024-06-28 18:08:57 +01:00 |
|
Chris Cannam
|
ad1811b8a1
|
Merge from default branch
|
2024-06-26 11:32:54 +01:00 |
|
Chris Cannam
|
832f577acb
|
Fix and test stack overflow in R2 stretcher's time-domain smoothing option with long input buffers. The code in question is non-RT and has no need to be using stack allocation here at all. Thanks to Peter Sobot for the report.
|
2024-06-26 11:05:19 +01:00 |
|
Chris Cannam
|
b4b11d451f
|
Minor tidy
|
2024-06-13 13:16:34 +01:00 |
|
Chris Cannam
|
da9c586745
|
More on CONTRIBUTING
|
2024-06-13 09:07:47 +01:00 |
|
Chris Cannam
|
60d0711710
|
First cut at CONTRIBUTING
|
2024-05-31 12:07:20 +01:00 |
|
Chris Cannam
|
d0556ef478
|
Dump enhancements
|
2024-05-17 18:13:50 +01:00 |
|
Chris Cannam
|
900e0a03d5
|
Delay calculations
|
2024-05-10 16:52:42 +01:00 |
|
Chris Cannam
|
bbbba44774
|
Remove the alternate pitch method. It isn't as reliable in avoiding artifacts and it's quite a bit of overhead to test.
|
2024-05-10 13:38:15 +01:00 |
|
Chris Cannam
|
8ea77bb96d
|
This seems acceptable in practice
|
2024-05-10 13:22:09 +01:00 |
|
Chris Cannam
|
2119c43287
|
Don't do this after we begin; correct ratio
|
2024-05-10 13:09:58 +01:00 |
|
Chris Cannam
|
c6e8d079d9
|
Further tests
|
2024-05-10 11:51:31 +01:00 |
|
Chris Cannam
|
5b379121c7
|
Some work on warnings and tests
|
2024-05-09 17:15:42 +01:00 |
|
Chris Cannam
|
87755ec9c4
|
Fix inexact resampler output at unity ratio
|
2024-05-03 17:52:38 +01:00 |
|
Chris Cannam
|
9998c26ea3
|
Rename and reorder mode options; drop support for long window
|
2024-05-03 17:52:14 +01:00 |
|
Chris Cannam
|
3a95b94087
|
Fix compiler warnings
|
2024-05-03 13:38:23 +01:00 |
|
Chris Cannam
|
836330b1a1
|
Fix warning
|
2024-05-03 11:09:04 +01:00 |
|
Chris Cannam
|
5d296019ff
|
Add Homebrew paths
|
2024-04-26 17:53:17 +01:00 |
|
Chris Cannam
|
50f0c0ce1c
|
Clarify use of debug option thanks to earlier report by triallax
|
2024-04-26 17:46:24 +01:00 |
|
Chris Cannam
|
5526b88b81
|
Add header for ptrdiff_t (thanks to rather old PR from Robin Gareus)
|
2024-04-26 17:42:53 +01:00 |
|
Chris Cannam
|
472081837e
|
Debug output
|
2024-04-24 14:20:20 +01:00 |
|
Chris Cannam
|
a877385b8a
|
We are not normally fillingTail
|
2024-04-24 14:19:05 +01:00 |
|
Chris Cannam
|
47b2ff6698
|
Correct previous (wrong) tweak to delay
|
2024-04-24 14:18:38 +01:00 |
|
Chris Cannam
|
e0df952e56
|
Start with a phase reset; it gives better behaviour at start if we are initialised with ratio 1
|
2024-04-24 14:17:48 +01:00 |
|
Chris Cannam
|
53ccb1d60e
|
Measure rather than guess resampler delay
|
2024-04-19 15:12:25 +01:00 |
|
Chris Cannam
|
59d0ff6abe
|
Rework output resampler handling to deal with case where fewer samples are consumed than available
|
2024-03-15 16:59:22 +00:00 |
|
Chris Cannam
|
cbb8329057
|
Exploratory work
|
2024-03-15 16:44:38 +00:00 |
|
Chris Cannam
|
68022c8dd9
|
Adjust tests
|
2024-03-08 15:56:52 +00:00 |
|
Chris Cannam
|
62b4f458b8
|
Having this here is just confusing, I think - want to make the Github repo link more obvious in comparison
|
2024-03-07 16:46:21 +00:00 |
|
Chris Cannam
|
7d1294098a
|
Merge from default branch
|
2024-03-07 15:20:48 +00:00 |
|
Chris Cannam
|
6915476164
|
Update dates
|
2024-03-07 15:19:37 +00:00 |
|
Chris Cannam
|
a1139f0912
|
Merge from branch CI - update to GH Windows offering
|
2024-03-07 14:49:27 +00:00 |
|
Chris Cannam
|
3723845be3
|
Quoting; move away from AppVeyor CI
|
2024-03-07 14:42:57 +00:00 |
|
Chris Cannam
|
f453ca9d77
|
Fix for msbuild
|
2024-03-07 14:37:20 +00:00 |
|
Chris Cannam
|
472efc5555
|
Fix syntax
|
2024-03-07 14:30:40 +00:00 |
|
Chris Cannam
|
db2ed7496d
|
Attempt choco deps install
|
2024-03-07 14:29:47 +00:00 |
|
Chris Cannam
|
4d219f95a8
|
A couple of further builds
|
2024-03-07 14:26:19 +00:00 |
|
Chris Cannam
|
c496db633e
|
Point at GH CI
|
2024-03-07 14:26:13 +00:00 |
|
Chris Cannam
|
83522231e5
|
Add GH Windows build
|
2024-03-07 14:17:59 +00:00 |
|
Chris Cannam
|
e5bff67c13
|
Replace platform-dependent barriers with c++11 std
|
2024-03-07 11:50:39 +00:00 |
|
Chris Cannam
|
c2fbd6f215
|
Some work on resampler delay
|
2024-02-23 13:21:28 +00:00 |
|
Chris Cannam
|
3bb287b294
|
Merge from default branch
|
2024-02-23 08:37:46 +00:00 |
|
Chris Cannam
|
5a4e3a8466
|
Fix export symbol definitions
|
2024-02-07 13:48:30 +00:00 |
|
Chris Cannam
|
0d100127f6
|
Merge from default branch
|
2024-01-31 17:32:07 +00:00 |
|
Chris Cannam
|
f0d702e15d
|
Merge from branch keyframe-jni
|
2024-01-05 15:39:05 +00:00 |
|
Chris Cannam
|
95cbb62dfe
|
Make dllexport suppressible
|
2024-01-05 15:38:06 +00:00 |
|
Chris Cannam
|
9027f86022
|
Refine warning pragmas, and make it possible to revert to all warnings (e.g. in order to fix them!)
|
2024-01-05 15:37:44 +00:00 |
|
Chris Cannam
|
9ea386261b
|
Refine these a little. To revisit
|
2023-12-15 20:50:22 +00:00 |
|
Chris Cannam
|
91db97f8f5
|
Fix some compiler warnings, and suppress a few others for MSVC
|
2023-12-15 20:32:57 +00:00 |
|