乐鑫技术交流
直播中

zhongnian

8年用户 1237经验值
擅长:MEMS/传感技术
私信 关注
[问答]

esp32-Lyrat_mini_v1.2编译ASR语音识别唤醒不了怎么解决?

ets Jun  8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

configsip: 0, SPIWP:0xee

clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00

mode:DIO, clock div:1

load:0x3fff0018,len:4

load:0x3fff001c,len:7376

ho 0 tail 12 room 4

load:0x40078000,len:14904

ho 0 tail 12 room 4

load:0x40080400,len:4988

entry 0x40080708

I (70) boot: Chip Revision: 1

I (75) boot_comm: chip revision: 1, min. bootloader chip revision: 0

I (43) boot: ESP-IDF v4.0.2 2nd stage bootloader

I (43) boot: compile time 09:59:16

I (43) boot: Enabling RNG early entropy source...

I (48) qio_mode: Enabling default flash chip QIO

I (53) boot: SPI Speed      : 80MHz

I (57) boot: SPI Mode       : QIO

I (61) boot: SPI Flash Size : 4MB

I (65) boot: Partition Table:

I (69) boot: ## Label            Usage          Type ST Offset   Length

I (76) boot:  0 nvs              WiFi data        01 02 00009000 00006000

I (83) boot:  1 phy_init         RF data          01 01 0000f000 00001000

I (91) boot:  2 factory          factory app      00 00 00010000 00300000

I (98) boot: End of partition table

I (103) boot_comm: chip revision: 1, min. application chip revision: 0

I (110) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x1ff4f8 (2                                                                                                              094328) map

I (687) esp_image: segment 1: paddr=0x0020f520 vaddr=0x3ffb0000 size=0x00af0 (                                                                                                                2800) load

I (688) esp_image: segment 2: paddr=0x00210018 vaddr=0x400d0018 size=0x42820 (27                                                                                                              2416) map

I (768) esp_image: segment 3: paddr=0x00252840 vaddr=0x3ffb0af0 size=0x016cc (                                                                                                                5836) load

I (770) esp_image: segment 4: paddr=0x00253f14 vaddr=0x40080000 size=0x00400 (                                                                                                                1024) load

I (775) esp_image: segment 5: paddr=0x0025431c vaddr=0x40080400 size=0x0d224 ( 5                                                                                                              3796) load

I (809) boot: Loaded app from partition at offset 0x10000

I (810) boot: Disabling RNG early entropy source...

I (810) cpu_start: Pro cpu up.

I (814) cpu_start: Application information:

I (818) cpu_start: Project name:     speech_recognition_example

I (825) cpu_start: App version:      v2.2-107-ge5438f4

I (831) cpu_start: Compile time:     Apr 22 2021 11:29:57

I (837) cpu_start: ELF file SHA256:  e9b9cab89463b466...

I (843) cpu_start: ESP-IDF:          v4.0.2

I (848) cpu_start: Starting app cpu, entry point is 0x40081320

I (0) cpu_start: App cpu up.

I (858) heap_init: Initializing. RAM available for dynamic allocation:

I (865) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM

I (871) heap_init: At 3FFB3350 len 0002CCB0 (179 KiB): DRAM

I (877) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM

I (884) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM

I (890) heap_init: At 4008D624 len 000129DC (74 KiB): IRAM

I (896) cpu_start: Pro cpu start user code

I (913) spi_flash: detected chip: gd

I (914) spi_flash: flash io: qio

W (914) spi_flash: Detected size(8192k) larger than the size in the binary image                                                                                                               header(4096k). Using the size in the binary image header.

I (925) cpu_start: Starting scheduler on PRO CPU.

I (0) cpu_start: Starting scheduler on APP CPU.

I (940) example_asr_keywords: Initialize SR wn handle

Quantized wakeNet5: wakeNet5X3_v2_nihaoxiaozhi_6_0.955_0.90, mode:0 (Oct 14 2020                                                                                                               16:26:17)

I (953) example_asr_keywords: keywords: nihaoxiaozhi (index = 1)

Fail: index is out of range, the min index is 1, the max index is 1I (960) examp                                                                                                              le_asr_keywords: keywords_num = 1, threshold = 0.000000, sample_rate = 16000, ch                                                                                                              unksize = 480, sizeof_uint16 = 2

CONTINUOUS_RECOGNITION: 2_0 MN1_4; core: 0; (May 15 2020 14:50:28)

SHIFT: 8, 12, 17, 17, 19, 17, 6, 16, 15, 14,

I (997) example_asr_keywords: keywords_num = 200 , sample_rate = 16000, chunksiz                                                                                                              e = 480, sizeof_uint16 = 2

I (998) example_asr_keywords: [ 1 ] Start codec chip

I (1505) example_asr_keywords: [ 2.0 ] Create audio pipeline for recording

I (1505) example_asr_keywords: [ 2.1 ] Create i2s stream to read audio data from                                                                                                               codec chip

I (1512) example_asr_keywords: [ 2.3 ] Create raw to receive data

I (1517) example_asr_keywords: [ 3 ] Register all elements to audio pipeline

I (1525) example_asr_keywords: [ 4 ] Link elements together [codec_chip]-->i2s_s                                                                                                              tream-->raw-->[SR]

W (1595) I2C_BUS: i2c_bus_create:57: I2C bus has been already created, [port:0]



----------------------------- ESP Audio Platform -----------------------------

|                                                                            |

|                 ESP_AUDIO-v1.6.6-10-gf944a6b-aca0d7f-2d83f7a               |

|                     Compile date: Mar 15 2021-11:14:21                     |

------------------------------------------------------------------------------

I (1635) example_asr_keywords: esp_audio instance is:0x3ffd24dc



I (1635) example_asr_keywords: [ 5 ] Start audio_pipeline

更多回帖

发帖
×
20
完善资料,
赚取积分