[audio] Bump microMP3 to v0.3.0 (#17009)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
Kevin Ahrendt
2026-06-17 23:23:18 -04:00
committed by GitHub
parent c63bed8c21
commit 2b38e4b7e2
2 changed files with 4 additions and 4 deletions

View File

@@ -395,11 +395,11 @@ async def to_code(config):
)
if data.mp3_support:
cg.add_define("USE_AUDIO_MP3_SUPPORT")
add_idf_component(name="esphome/micro-mp3", ref="0.2.3")
add_idf_component(name="esphome/micro-mp3", ref="0.3.0")
_emit_memory_pair(
data.mp3.buffer_memory,
"CONFIG_MP3_DECODER_PREFER_PSRAM",
"CONFIG_MP3_DECODER_PREFER_INTERNAL",
"CONFIG_MICRO_MP3_PREFER_PSRAM",
"CONFIG_MICRO_MP3_PREFER_INTERNAL",
)
if data.opus_support:
cg.add_define("USE_AUDIO_OPUS_SUPPORT")

View File

@@ -12,7 +12,7 @@ dependencies:
esphome/micro-flac:
version: 0.2.0
esphome/micro-mp3:
version: 0.2.3
version: 0.3.0
esphome/micro-opus:
version: 0.4.1
esphome/micro-wav: