Skip to content

Commit dc62afd

Browse files
committed
backport typo - release
1 parent d51df83 commit dc62afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/spotify/cspot/bell/main/audio-dsp/include/CentralAudioBuffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class CentralAudioBuffer {
7171
void clearBuffer() {
7272
std::scoped_lock lock(this->dataAccessMutex);
7373
//size_t exceptSize = currentSampleRate + (sizeof(AudioChunk) - (currentSampleRate % sizeof(AudioChunk)));
74+
hasChunk = false;
7475
audioBuffer->emptyBuffer();
7576
}
7677

0 commit comments

Comments
 (0)