We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c39587 commit 2a4f4b1Copy full SHA for 2a4f4b1
src/AudioCodecs/CodecWAV.h
@@ -53,7 +53,7 @@ class WAVHeader {
53
54
/// Call begin when header data is complete to parse the data
55
bool parse() {
56
- LOGI("WAVHeader::begin: %u", (unsigned)buffer.size());
+ LOGI("WAVHeader::begin: %u", (unsigned)buffer.available());
57
this->data_pos = 0l;
58
memset((void *)&headerInfo, 0, sizeof(WAVAudioInfo));
59
0 commit comments