try to sync mp3 player with latest YAHAL

This commit is contained in:
cuu
2026-02-19 21:48:43 +08:00
parent c1b8f3fc3e
commit a0982e1f96
6 changed files with 17 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ private:
pcm_audio_interface & _pcm_if;
sd_reader_task & _sd_reader;
mad_decoder _decoder{};
gpio_rp2040_pin _led;
gpio_rp2040 _led;
uint8_t _mp3_buf[MP3_BUF_SIZE]{};
uint32_t _pcm_rate;
mad_timer_t _timer;