Page 1 of 1

ESP32-Lyrat framework

Posted: Thu Jan 31, 2019 2:28 pm
by pierreantoine
Hi,

I want to know if I can use the ESP32-Lyrat audio capabilities using another framework than the ESP IDF+ADF ?
I was initially interested in Zerynth for Python but I don't thin they provide such audio libraries.

Thank you for your help !

Re: ESP32-Lyrat framework

Posted: Fri Feb 01, 2019 2:17 am
by jason.mao
Hi

I think you need to https://github.com/espressif/esp-adf-libs, `esp-adf-libs/esp_audio/include/esp_audio.h` is a simple player.

Thanks.