A library to support the YX5300/YX6300 MP3 Module on the ESP32 platform. I created it because the other libaries use SoftwareSerial, which is unavailable on ESP32. Instead, this libary uses ...
The MP3 module has a 4 pin connector. VCC, GND, RX, TX. for serial communication cross the RX to TX between the module and the ESP32.