Skip to content

Commit

Permalink
WAV correct logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Sep 25, 2024
1 parent 2c39587 commit 2a4f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioCodecs/CodecWAV.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class WAVHeader {

/// Call begin when header data is complete to parse the data
bool parse() {
LOGI("WAVHeader::begin: %u", (unsigned)buffer.size());
LOGI("WAVHeader::begin: %u", (unsigned)buffer.available());
this->data_pos = 0l;
memset((void *)&headerInfo, 0, sizeof(WAVAudioInfo));

Expand Down

0 comments on commit 2a4f4b1

Please sign in to comment.