docs: Update MultiNet docs

This commit is contained in:
xysun 2023-08-25 14:46:54 +08:00
parent 1e46f53d41
commit e90288c094
5 changed files with 22 additions and 22 deletions

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 的使用
---------------- ----------------