We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51df83 commit dc62afdCopy full SHA for dc62afd
components/spotify/cspot/bell/main/audio-dsp/include/CentralAudioBuffer.h
@@ -71,6 +71,7 @@ class CentralAudioBuffer {
71
void clearBuffer() {
72
std::scoped_lock lock(this->dataAccessMutex);
73
//size_t exceptSize = currentSampleRate + (sizeof(AudioChunk) - (currentSampleRate % sizeof(AudioChunk)));
74
+ hasChunk = false;
75
audioBuffer->emptyBuffer();
76
}
77
0 commit comments