Page 1 of 1

Need help to start with ESP32 Audio Framework

Posted: Sat Jan 26, 2019 5:11 pm
by Ritesh
Hi,

Can you please suggest me using which development board I can start to use ESP32 Audio Development Framework with its examples?

Provide suggestions for that.

Re: Need help to start with ESP32 Audio Framework

Posted: Sat Jan 26, 2019 6:51 pm
by ESP_krzychb
Hi Ritesh,

There are two development boards supported by majority of examples in ESP-ADF: ESP32-LyraT and ESP32-LyraTD-MSC

* ESP32-LyraT has been the first development board supported by ESP-ADF and therefore most of examples are written for this particular board

* Even if there is a smaller number of examples working "out of box" with ESP32-LyraTD-MSC board, then it is fairly easy to switch between the boards by adding https://github.com/espressif/esp-adf/bl ... .c#L55-L62

* Some of examples are dedicated to particular board depending on peripherals used, see https://docs.espressif.com/projects/esp ... index.html

* ESP32-LyraT is 2x cheaper than ESP32-LyraTD-MSC, so if you do not need microphone array and support for AEC, then I would chose ESP32-LyraT.

Re: Need help to start with ESP32 Audio Framework

Posted: Sun Jan 27, 2019 3:15 am
by Ritesh
krzychb wrote:
Sat Jan 26, 2019 6:51 pm
Hi Ritesh,

There are two development boards supported by majority of examples in ESP-ADF: ESP32-LyraT and ESP32-LyraTD-MSC

* ESP32-LyraT has been the first development board supported by ESP-ADF and therefore most of examples are written for this particular board

* Even if there is a smaller number of examples working "out of box" with ESP32-LyraTD-MSC board, then it is fairly easy to switch between the boards by adding https://github.com/espressif/esp-adf/bl ... .c#L55-L62

* Some of examples are dedicated to particular board depending on peripherals used, see https://docs.espressif.com/projects/esp ... index.html

* ESP32-LyraT is 2x cheaper than ESP32-LyraTD-MSC, so if you do not need microphone array and support for AEC, then I would chose ESP32-LyraT.
Thanks for providing details for that.

So, I believe Alexa device can also be used with that framework for audio related functionality. Correct?

Re: Need help to start with ESP32 Audio Framework

Posted: Sun Jan 27, 2019 10:54 am
by ESP_krzychb
Ritesh wrote:
Sun Jan 27, 2019 3:15 am
So, I believe Alexa device can also be used with that framework for audio related functionality. Correct?

Hi Ritesh,

The Amazon Alexa functionality is on the roadmap but not yet implemented.

Image

To evaluate this functionality please check https://github.com/espressif/esp-va-sdk ... E-Alexa.md

Re: Need help to start with ESP32 Audio Framework

Posted: Sun Jan 27, 2019 2:13 pm
by Ritesh
krzychb wrote:
Sun Jan 27, 2019 10:54 am
Ritesh wrote:
Sun Jan 27, 2019 3:15 am
So, I believe Alexa device can also be used with that framework for audio related functionality. Correct?

Hi Ritesh,

The Amazon Alexa functionality is on the roadmap but not yet implemented.

Image

To evaluate this functionality please check https://github.com/espressif/esp-va-sdk ... E-Alexa.md
Thanks for providing details for that.