Fix tests
60169b038e75 — Chris Cannam 2 months ago
Retry truncated reads unless they are truncated to zero - they can be a consequence of reading into a sparse file hole, which in Poly/ML results in an early return. The Basis spec guarantees the call will block until at least one byte is available but not until the whole read is complete.
f8ef248a0aad — Chris Cannam 2 months ago
Comments
46b1d661f7b0 — Chris Cannam 4 months ago
Support building with a C++ compiler
3e72d20f5ac6 — Chris Cannam 8 months ago
Add function to map a set of bands at once, discarding out-of-range ones
bbc858ae047e — Chris Cannam 8 months ago
Add SpectralPeakPick to do conversions between frequency and bin
ab75c96867eb — Chris Cannam 8 months ago
Add "figure space" before zero - but it's not rendering as expected in my use case...
fd3f628c2f80 — Chris Cannam 8 months ago
Add signs parameter (and test it)
597ddd9557b3 — Chris Cannam 8 months ago
Add sign option to scale labels
2aa76c1ab124 — Chris Cannam 8 months ago
Slightly tidier filename
414c5e4f3162 — Chris Cannam 8 months ago
Print name of failing file
FFI version of Manhattan distance
Add timing on PeakPick
Add findTopPeaks
Doc fixes
Merge from branch backed-vector
Fix for Poly/ML
A little more debug logging
Error reporting
Fix error in append, incorrect unit making file grow exponentially with repeated appends
Next