MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

Why not use esp-adf? #69

Closed Motherboard closed 5 years ago

Motherboard commented 5 years ago

Hi, I'm starting an mp3 player project on esp32 (not webradio, a portable mp3 player).

Your project seems very relevant as a starting point, but I've also seen esp-adf, which seems also very promising as a starting point, and provides aac in addition to mp3.

Is there a good reason not to use esp-adf?

MrBuddyCasino commented 5 years ago

This project precedes ADF. AAC is supported, too btw.

Motherboard commented 5 years ago

Thanks.

Would you recommend forking your project and adding the OLED and microSD card support, or going with ADF? I also need to add fast forward (faster playback) and seek functionality (for rewind and when the fast forward needs to be faster than what it'd make sense to playback).

If you could give me some pointers, that'd be great :)

MrBuddyCasino commented 5 years ago

There might be forks that already added OLED, and maybe microSD. I didn't look at ADF yet, so I can't honestly tell.

Motherboard commented 5 years ago

Thanks.