esphome / home-assistant-voice-pe

Home Assistant Voice PE
Other
42 stars 7 forks source link

Fix flac decoding for certain files #49

Closed kahrendt closed 1 month ago

kahrendt commented 1 month ago

This uses int32 to hold the block samples. In certain flac files, using int16 as previously would cause inaccurate decoding.