libsoundio/example
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
..
sio_list_devices.c CoreAudio: obtain most device information 2015-08-01 22:10:43 -07:00
sio_microphone.c callbacks supply min and max frame count parameters 2015-08-04 21:57:46 -07:00
sio_sine.c callbacks supply min and max frame count parameters 2015-08-04 21:57:46 -07:00