espressif / esp-adf

Espressif Audio Development Framework
Other
1.53k stars 672 forks source link

Using original ESP32 #21

Closed HumamHelfawi closed 6 years ago

HumamHelfawi commented 6 years ago

Hi, The answer seems obvious but I just want to double check. Does esp-adf basic features such as decoding Mp3 from an external SD card and playing it using the internal DAC (GPIO 25,26) available with the original ESP32 (I do not have Lyrat board ).

tuanpmt commented 6 years ago

Hi @HumamHelfawi

Yes, you can use external SD card and internal DAC without LyraT board, but you need:

PS: LyraT board doesn't support DAC output

HumamHelfawi commented 6 years ago

@tuanpmt Thank you very much for the confirmation!