espressif / esp-sr

Speech recognition
Other
541 stars 102 forks source link

AFE frame AEC etc algorithm need hardware support? (AIS-1642) #107

Open WangShuoran opened 1 month ago

WangShuoran commented 1 month ago

In your doc https://docs.espressif.com/projects/esp-sr/zh_CN/latest/esp32s3/audio_front_end/README.html show all of AFE algorithm. image

I have ESP32-LYRAT_V4.3 want to use all of last picture algorithm. But I don't know the hardware requirements for each algorithm.

My Question is ESP32-LYRAT_V4.3 support all of the last picture algorithm?

https://dl.espressif.com/dl/schematics/ESP32-LYRAT_V4.3-20220119.pdf

The following question is a sub question of the previous question:

  1. Does the AEC algorithm require ESP32S3 to have two I2S hardware connections( SPEAKER and MIC )?
feizi commented 1 month ago

My Question is ESP32-LYRAT_V4.3 support all of the last picture algorithm?

ESP32 does not support all algorithm. I recommend to use ESP32-S3.

  1. Does the AEC algorithm require ESP32S3 to have two I2S hardware connections( SPEAKER and MIC )?

AEC need SPEAKER and MIC signal, but one I2S can get those at the same time. Please refer to esp32-s3-korvo-2.