Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: fix buffer size / period size configuration
With ALSA, the buffer size is `nperiod * period_size`. We want 2 periods ideally. The default is now set to 1024 samples which is a reasonable default, yet still too large for real-time audio. The default value now uses the same code path as custom values. Fixes RustAudio#913
- Loading branch information