esp-skainet icon indicating copy to clipboard operation
esp-skainet copied to clipboard

Espressif intelligent voice assistant

Results 32 esp-skainet issues
Sort by recently updated
recently updated
newest added

00:28:02.887 ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x17d4 load:0x403c9700,len:0xe78 load:0x403cc700,len:0x310c entry 0x403c9980 I (25) boot: ESP-IDF v4.4.4-146-ga73ba529ac-dirty 2nd stage bootloader I (25) boot: compile time...

I was trying to get the speech recognition examples to work with two MEMS microphones in `I2S_SLOT_MODE_STEREO` mode, but all of the available examples are set to use a single...

[Please add comments here.](https://github.com/espressif/esp-sr/issues/88)

I have been working with the "usb_mic_recorder" example. The example functions as expected and I've made modifications to incorporate noise suppression and acoustic echo cancellation (AEC) into the USB audio...

How can i connet my skainet with my rainmaker devices and control them can any one help me this

esp-box没有引入aec算法,参照esp-skainet的写法将esp-box的唤醒程序做了如下修改,但是没办法唤醒(alexa),有什么地方疏忽的没有修改吗? 1. ret |= es7210_write_reg(ES7210_SDP_INTERFACE2_REG12, 0x02); //在es7210.c init()中 2.afe_config.aec_init = true; 3.i2s_read(I2S_NUM_0, feed_buffer, chunksize * 4 * sizeof(int16_t),&bytes_read, portMAX_DELAY);//读取4个通道 4.for (int i = 0; i < chunksize; i++) { int16_t...

请问使用ESP32-S3-BOX-Lite 测试cn_speech_commands_recognition例子,flash monitor 后出现如下信息: I (322) opi psram: BurstLen : 0x01 (32 Byte) I (327) opi psram: Readlatency : 0x02 (10 cycles@Fixed) I (333) opi psram: DriveStrength: 0x00 (1/1) W...

hi,我在feed task和fetch task 加入了一些自己的程序,如i2s_write等用来播放音频。SR初始化没问题,语音唤醒也是没问题的,但是唤醒之后会出现AFE_SR: afe_feed_aec_init_false: se_lock is NULL!的串口打印,请问这个问题是因为什么呢?是因为fetch的不及时?还是因为feed的不及时呢? 谢谢!

我的板子是ESP-BOX-Lite 开发环境是ESP-IDF5.0,使用的master分支 -- Found Git: C:/Espressif/tools/idf-git/2.34.2/cmd/git.exe (found version "2.34.1.windows.1") CMake Error at F:/ESP5.0/esp-idf/tools/cmake/project.cmake:243 (message): Directory specified in EXTRA_COMPONENT_DIRS doesn't exist: F:/ESP5.0/esp-idf/examples/common_components/led_strip Call Stack (most recent call first): F:/ESP5.0/esp-idf/tools/cmake/project.cmake:327 (__project_init) CMakeLists.txt:9...

can any one help me to build esp32 code make human voice activity detection using esp-skainet framework? In my project, I want to turn on my device when there is...