mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 04:52:09 -07:00
Shutdown Decoders on Android
This commit is contained in:
parent
01f746ec35
commit
90431d7e2e
7 changed files with 66 additions and 21 deletions
|
@ -121,7 +121,7 @@ oboe::DataCallbackResult AudioOutputCallback::onAudioReady(oboe::AudioStream *st
|
|||
|
||||
if(buf_size_delivered < buf_size_requested)
|
||||
{
|
||||
CHIAKI_LOGW(audio_output->log, "Audio Output Buffer Underflow!");
|
||||
CHIAKI_LOGV(audio_output->log, "Audio Output Buffer Underflow!");
|
||||
memset(buf + buf_size_delivered, 0, buf_size_requested - buf_size_delivered);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue