1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 06:04:01 +00:00

[audio] Bugfix: fix flac decoding glitches by using esp-audio-libs v1.1.3 (#8431)

This commit is contained in:
Kevin Ahrendt
2025-03-19 10:14:42 -05:00
committed by GitHub
parent cf227d6f32
commit cbf68f1fd2
2 changed files with 3 additions and 3 deletions

View File

@@ -118,4 +118,4 @@ def final_validate_audio_schema(
async def to_code(config):
cg.add_library("esphome/esp-audio-libs", "1.1.2")
cg.add_library("esphome/esp-audio-libs", "1.1.3")