Skip to content

esp32p4使用mn7_cn识别中文有bug (AIS-2162) #168

@ar-416

Description

@ar-416

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

期望可以识别出中文“停止录制”

Actual behavior (suspected bug)

esp32 p4 function ev board1.4,idf5.4.1,使用板载mic,修改例程cn_speech_commands_recognition。
清除所有命令词后使用esp_mn_commands_add(1,"lu zhi kai shi");
esp_mn_commands_add(2,"lu zhi ting zhi");
esp_mn_commands_add(3,"kai shi lu zhi");
esp_mn_commands_add(4,"ting zhi lu zhi");
添加命令词,其中4号“ting zhi lu zhi”(停止录制)无法被识别到,而2号“lu zhi ting zhi”(录制停止)可以被识别到,
经验证“ting zhi”(停止)“zhi lu”(止录)“lu zhi”(录制)这三个二字词都可以被识别到,但是合在一起就识别不到了。这是什么原因?

Error logs or terminal output

Steps to reproduce the behavior

1.esp_mn_commands_clear();
esp_mn_commands_update();清除命令词
2.esp_mn_commands_add()添加命令词
3.运行验证

Project release version

latest

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Windows

Operating system version

Windows10

Shell

PowerShell

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions