pschatzmann / arduino-audio-tools

Arduino Audio Tools (a powerful Audio library not only for Arduino)
GNU General Public License v3.0
1.55k stars 237 forks source link

Added file size to WAV header parse. #1612

Closed djpearman closed 4 months ago

djpearman commented 4 months ago

Hi,

The WAVHeader::parse() function appears to be missing assignment of the file size, since it always returns 0. Added it to the parse() function.

Best regards, djpearman

pschatzmann commented 4 months ago

It seems that nobody used this so far: thanks for the correction!