mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
backport typo - release
This commit is contained in:
@@ -71,6 +71,7 @@ class CentralAudioBuffer {
|
||||
void clearBuffer() {
|
||||
std::scoped_lock lock(this->dataAccessMutex);
|
||||
//size_t exceptSize = currentSampleRate + (sizeof(AudioChunk) - (currentSampleRate % sizeof(AudioChunk)));
|
||||
hasChunk = false;
|
||||
audioBuffer->emptyBuffer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user