On Thu Jan 19 20:48:29 2023 +0000, Bernhard Kölbl wrote:
It wasn't an issue so far, maybe we can flush it on the pause signal edge?
In that case, a call to `IAudioClient_Reset` will do.
```suggestion:-0+0 IAudioClient_Stop(impl->audio_client); IAudioClient_Reset(impl->audio_client); ```