mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 12:35:42 -04:00

And apply PR #740 (Re-enable and polish IAudioClient3 to achieve lower latencies). `*latency_frames = min_period;` in wasapi_get_min_latency was changed to `*latency_frames = hns_to_frames(params.rate, min_period_rt);`, as otherwise it reports in mixer frames, not stream frames.
See INSTALL.md for build instructions.
See Backend Support in the wiki for the support level of each backend.
Licensed under an ISC-style license. See LICENSE for details.