Merge branch 'feat/timeout_trigger' into 'master'

docs: Update MultiNet docs

See merge request speech-recognition-framework/esp-sr!54
This commit is contained in:
Sun Xiang Yu 2023-08-25 15:36:43 +08:00
commit c3a57bb4b2
7 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@ If you can not map model partition successfully, please check the left free stor
## 1.4.2 ## 1.4.2
- Reset timeout trigger of multinet6 when a new speech command is detected - Reset timeout trigger of multinet6 when a new speech command is detected
- Alloc all beams from PSRAM - Allocate all beams from PSRAM
## 1.4.1 ## 1.4.1
- Fix the wrong APIs of multinet2 when using ESP32 chip - Fix the wrong APIs of multinet2 when using ESP32 chip

View File

@ -1,13 +1,13 @@
Resource Consumption Benchmark
===================== ==========
:link_to_translation:`zh_CN:[中文]` :link_to_translation:`zh_CN:[中文]`
AFE AFE
--- ---
Resource Occupancy Resource Consumption
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -51,8 +51,8 @@ WakeNet
.. _resource-occupancyesp32-1: .. _resource-occupancyesp32-1:
Resource Occupancy Resource Consumption
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -119,8 +119,8 @@ MultiNet
.. _resource-occupancyesp32-2: .. _resource-occupancyesp32-2:
Resource Occupancy Resource Consumption
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -151,7 +151,7 @@ Resource Occupancy
| MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms | | MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms |
| Q8 | | | | | | Q8 | | | | |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
| MultiNet 6 | 48 KB | 4000 KB | 12 ms | 32 ms | | MultiNet 6 | 32 KB | 4100 KB | 12 ms | 32 ms |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
Word Error Rate Performance Test Word Error Rate Performance Test
@ -186,8 +186,8 @@ Speech Commands Performance Test
TTS TTS
--- ---
Resource Occupancy Resource Consumption
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
Flash image size: 2.2 MB Flash image size: 2.2 MB

View File

@ -19,6 +19,6 @@ ESP-SR User Guide
Speech Command Word MultiNet <speech_command_recognition/README> Speech Command Word MultiNet <speech_command_recognition/README>
Speech Synthesis (Only Supports Chinese Language) <speech_synthesis/readme> Speech Synthesis (Only Supports Chinese Language) <speech_synthesis/readme>
Flashing Models <flash_model/README> Flashing Models <flash_model/README>
Performance Test Results <benchmark/README> Benchmark <benchmark/README>
Performance Test Methods <test_report/README> Test Methods <test_report/README>
Glossary <glossary/glossary> Glossary <glossary/glossary>

View File

@ -198,7 +198,7 @@ Alternatively, speech commands can be modified via API calls, this method works
/** /**
* @brief Print all commands in linked list. * @brief Print all commands in linked list.
*/ */
void print_active_speech_commands(void); void esp_mn_active_commands_print(void);
Use MultiNet Use MultiNet
------------ ------------

View File

@ -1,12 +1,12 @@
资源消耗 性能测试结果
======== ==============
:link_to_translation:`en:[English]` :link_to_translation:`en:[English]`
AFE AFE
--- ---
资源占用 资源消耗
~~~~~~~~ ~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -51,7 +51,7 @@ WakeNet
.. _resource-occupancyesp32-1: .. _resource-occupancyesp32-1:
资源占用 资源消耗
~~~~~~~~ ~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -119,7 +119,7 @@ MultiNet
.. _resource-occupancyesp32-2: .. _resource-occupancyesp32-2:
资源占用 资源消耗
~~~~~~~~ ~~~~~~~~
.. only:: esp32 .. only:: esp32
@ -151,7 +151,7 @@ MultiNet
| MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms | | MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms |
| Q8 | | | | | | Q8 | | | | |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
| MultiNet 6 | 48 KB | 4000 KB | 12 ms | 32 ms | | MultiNet 6 | 32 KB | 4100 KB | 12 ms | 32 ms |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
Word Error Rate 性能测试 Word Error Rate 性能测试
@ -199,7 +199,7 @@ Speech Commands 性能测试(空调控制场景)
TTS TTS
--- ---
资源占用 资源消耗
~~~~~~~~ ~~~~~~~~
Flash image size: 2.2 MB Flash image size: 2.2 MB

View File

@ -208,7 +208,7 @@ MultiNet5 定义方法:
/** /**
* @brief Print all commands in linked list. * @brief Print all commands in linked list.
*/ */
void print_active_speech_commands(void); void esp_mn_active_commands_print(void);
MultiNet 的使用 MultiNet 的使用
---------------- ----------------

View File

@ -1,4 +1,4 @@
version: "1.4.1" version: "1.4.2"
description: esp_sr provides basic algorithms for Speech Recognition applications description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr url: https://github.com/espressif/esp-sr
dependencies: dependencies: