mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
docs: Update MultiNet docs
This commit is contained in:
parent
1e46f53d41
commit
e90288c094
@ -1,13 +1,13 @@
|
||||
Resource Consumption
|
||||
=====================
|
||||
Benchmark
|
||||
==========
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
AFE
|
||||
---
|
||||
|
||||
Resource Occupancy
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Resource Consumption
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
|
||||
@ -51,8 +51,8 @@ WakeNet
|
||||
|
||||
.. _resource-occupancyesp32-1:
|
||||
|
||||
Resource Occupancy
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Resource Consumption
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
|
||||
@ -119,8 +119,8 @@ MultiNet
|
||||
|
||||
.. _resource-occupancyesp32-2:
|
||||
|
||||
Resource Occupancy
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Resource Consumption
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
|
||||
@ -151,7 +151,7 @@ Resource Occupancy
|
||||
| MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms |
|
||||
| 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
|
||||
@ -186,8 +186,8 @@ Speech Commands Performance Test
|
||||
TTS
|
||||
---
|
||||
|
||||
Resource Occupancy
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Resource Consumption
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Flash image size: 2.2 MB
|
||||
|
||||
|
||||
@ -19,6 +19,6 @@ ESP-SR User Guide
|
||||
Speech Command Word MultiNet <speech_command_recognition/README>
|
||||
Speech Synthesis (Only Supports Chinese Language) <speech_synthesis/readme>
|
||||
Flashing Models <flash_model/README>
|
||||
Performance Test Results <benchmark/README>
|
||||
Performance Test Methods <test_report/README>
|
||||
Benchmark <benchmark/README>
|
||||
Test Methods <test_report/README>
|
||||
Glossary <glossary/glossary>
|
||||
@ -198,7 +198,7 @@ Alternatively, speech commands can be modified via API calls, this method works
|
||||
/**
|
||||
* @brief Print all commands in linked list.
|
||||
*/
|
||||
void print_active_speech_commands(void);
|
||||
void esp_mn_active_commands_print(void);
|
||||
|
||||
Use MultiNet
|
||||
------------
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
资源消耗
|
||||
========
|
||||
性能测试结果
|
||||
==============
|
||||
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
AFE
|
||||
---
|
||||
|
||||
资源占用
|
||||
资源消耗
|
||||
~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
@ -51,7 +51,7 @@ WakeNet
|
||||
|
||||
.. _resource-occupancyesp32-1:
|
||||
|
||||
资源占用
|
||||
资源消耗
|
||||
~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
@ -119,7 +119,7 @@ MultiNet
|
||||
|
||||
.. _resource-occupancyesp32-2:
|
||||
|
||||
资源占用
|
||||
资源消耗
|
||||
~~~~~~~~
|
||||
|
||||
.. only:: esp32
|
||||
@ -151,7 +151,7 @@ MultiNet
|
||||
| MultiNet 5 | 16 KB | 2310 KB | 12 ms | 32 ms |
|
||||
| Q8 | | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| MultiNet 6 | 48 KB | 4000 KB | 12 ms | 32 ms |
|
||||
| MultiNet 6 | 32 KB | 4100 KB | 12 ms | 32 ms |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|
||||
Word Error Rate 性能测试
|
||||
@ -199,7 +199,7 @@ Speech Commands 性能测试(空调控制场景)
|
||||
TTS
|
||||
---
|
||||
|
||||
资源占用
|
||||
资源消耗
|
||||
~~~~~~~~
|
||||
|
||||
Flash image size: 2.2 MB
|
||||
|
||||
@ -208,7 +208,7 @@ MultiNet5 定义方法:
|
||||
/**
|
||||
* @brief Print all commands in linked list.
|
||||
*/
|
||||
void print_active_speech_commands(void);
|
||||
void esp_mn_active_commands_print(void);
|
||||
|
||||
MultiNet 的使用
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user