esphome / esp-audio-libs

Other
3 stars 1 forks source link

Simplify WAV header decoding #7

Closed kahrendt closed 2 weeks ago

kahrendt commented 2 weeks ago

Adds a function that parses the WAV file header instead of the calling component having to manually go through it. This makes calls to the WAV decoder closer to the other two decoders.