Commits the write that you began with ::soundio_outstream_begin_write.
You must call this function only from the SoundIoOutStream::write_callback thread context.
Possible errors:
* #SoundIoErrorStreaming
* #SoundIoErrorUnderflow - an underflow caused this call to fail. You might
also get a SoundIoOutStream::underflow_callback, and you might not get
this error code when an underflow occurs. Unlike #SoundIoErrorStreaming,
the outstream is still in a valid state and streaming can continue.
Commits the write that you began with ::soundio_outstream_begin_write. You must call this function only from the SoundIoOutStream::write_callback thread context.
Possible errors: * #SoundIoErrorStreaming * #SoundIoErrorUnderflow - an underflow caused this call to fail. You might also get a SoundIoOutStream::underflow_callback, and you might not get this error code when an underflow occurs. Unlike #SoundIoErrorStreaming, the outstream is still in a valid state and streaming can continue.