You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added rate -E to extrapolate PCM signal boundaries instead of presenting silence to the resampling filter, reducing start/end transients without changing output length.
Added an adaptive 64-bit floating-point predictor using Burg autoregression, held-out validation and a bounded fallback for unreliable predictions.
CPU and Vulkan rate backends use the same extrapolated boundaries; packed DSD input remains excluded.
Existing rate behavior is unchanged unless -E is selected.
Static release binaries are provided for FreeBSD, Linux, macOS and Windows, with separate standard and Vulkan builds for amd64/x64 and ARM64/aarch64 where supported.