SoundIoInStream.overflow_callback

This optional callback happens when the sound device buffer is full, yet there is more captured audio to put in it. This is never fired for PulseAudio. This is called from the SoundIoInStream::read_callback thread context.

struct SoundIoInStream
extern (C) @nogc nothrow
void function(SoundIoInStream*) overflow_callback;

Meta