|
I've just ported an audio player from portaudio to miniaudio (using the Go bindings), due to having output buffer underflows with portaudio.
|
Replies: 1 comment 1 reply
|
Unfortunately there is no xrun detection in miniaudio and I have no plans to support it. Too many backends to deal with and too much complexity for something I don't need personally. (The ALSA backend detects xruns as part of its normal operation, but it's not exposed to any kind of public API.) |
Unfortunately there is no xrun detection in miniaudio and I have no plans to support it. Too many backends to deal with and too much complexity for something I don't need personally.
(The ALSA backend detects xruns as part of its normal operation, but it's not exposed to any kind of public API.)