Phil Schatzmann
Phil Schatzmann
Please read the documentation:it clearly states that you need to provide PCM data!
Please follow the advice given in [this Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working) and test each functionality seperatley. In addition use the logging to monitor what's going on: - Activate the [ESP32 Logging to monitor...
Could you please move ahead with this merge and implement your proposed improvement later. W/o this, audio is completley broken when using it together with CDC! I would like to...
I think you will need to update it to make sure that there are not compile warnings. I needed to comment out some defines //#define usb_hw_set hw_set_alias(usb_hw) //#define usb_hw_clear hw_clear_alias(usb_hw)...
Following the comments from HiFiPhile, I tried to extend the existing driver with dcd_edpt_iso_alloc() and dcd_edpt_iso_activate() I tested it in Arduino with my audio scenarios. What would be the process...