Skip to content

Commit

Permalink
Merge pull request #2905 from koord-live/android_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Oct 30, 2022
2 parents dd2ef0d + db1a30f commit b0c3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound/oboe/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ oboe::DataCallbackResult CSound::onAudioInput ( oboe::AudioStream* oboeStream, v
// discard the input buffer
const int32_t numBytes = numFrames * oboeStream->getBytesPerFrame();

memset ( audioData, 0 /* value */, numBytes );
vecsTmpInputAudioSndCrdStereo.resize ( numBytes, 0 );

mCountCallbacksToDrain--;
}
Expand Down

0 comments on commit b0c3e74

Please sign in to comment.