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. The default was far too large, 1024 samples is a much more reasonable default (still too large for real-time audio). Fixes #913
- Loading branch information