libsoundio/test
Andrew Kelley c381526205 callbacks supply min and max frame count parameters
This changes the semantics of the callbacks so that instead of
a single `requested_frame_count` or `available_frame_count`,
the callbacks get a minimum frame count and maximum frame count.

The callback must write at least the minimum or get an underflow.
The minimum will be 0 on ALSA, PulseAudio, and Dummy, and will
equal the maximum on CoreAudio and JACK.

This ensures optimal behavior regardless of buffer size.
2015-08-04 21:57:46 -07:00
..
underflow.c callbacks supply min and max frame count parameters 2015-08-04 21:57:46 -07:00
unit_tests.cpp callbacks supply min and max frame count parameters 2015-08-04 21:57:46 -07:00
valgrind.supp ALSA: poll instead of async handler 2015-07-21 21:21:00 -07:00