CelliesProjects / ESP32_VS1053_Stream

A streaming library for Arduino esp32 with a vs1053 mp3/aac/ogg/flac decoder. Plays http, https (insecure mode) and chunked streams and parses the metadata. Also plays ogg and mp3 from sdcard.
MIT License
37 stars 9 forks source link

error: 'StaticRingbuffer_t' does not name a type #29

Closed hausofpayne17 closed 2 months ago

hausofpayne17 commented 2 months ago

I've added my SSID and psk to the file.

When compiling get:

C:\Documents\Arduino\libraries\ESP32_VS1053_Stream-master\src/ESP32_VS1053_Stream.h:75:5: error: 'StaticRingbuffer_t' does not name a type StaticRingbuffer_t *_buffer_struct;

Please help me resolve this issue so I can use your library in my esp32 internet radio project.

Thank you for your creation and support of this library.

Gord

CelliesProjects commented 2 months ago

What version of the esp32 environment are you using? Arduino IDE or PIO? Need more info.

Just found https://github.com/CelliesProjects/ESP32_VS1053_Stream/issues/25 that seems about the same problem.

hausofpayne17 commented 2 months ago

Thank you for responding.

The problem was I had REALLY old esp32 board definitions versions on my device.

Apologies for the inconvenience.

Your demo radio program is working GREAT!

Thank you so much for your work for the community!

Best wishes,

Gord (Ontario Canada)

On Sun, Apr 28, 2024 at 4:37 PM Cellie @.***> wrote:

What version of the esp32 environment are you using? Arduino IDE or PIO? Need more info.

Just found #25 https://github.com/CelliesProjects/ESP32_VS1053_Stream/issues/25 that seems about the same problem.

— Reply to this email directly, view it on GitHub https://github.com/CelliesProjects/ESP32_VS1053_Stream/issues/29#issuecomment-2081646657, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR6K6LLTD2HCHGQVUPVJJ2DY7VM2JAVCNFSM6AAAAABG4RVBKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGY2DMNRVG4 . You are receiving this because you authored the thread.Message ID: @.***>

CelliesProjects commented 2 months ago

Closing this issue as resolved. Pinning this issue as it seems to re-occur.