diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5e115..97eebd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ If you can not map model partition successfully, please check the left free stor ## 1.4.2 - 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 - Fix the wrong APIs of multinet2 when using ESP32 chip diff --git a/docs/en/benchmark/README.rst b/docs/en/benchmark/README.rst index c9bf551..40207a7 100644 --- a/docs/en/benchmark/README.rst +++ b/docs/en/benchmark/README.rst @@ -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 diff --git a/docs/en/index.rst b/docs/en/index.rst index 315a5f1..5c83d67 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -19,6 +19,6 @@ ESP-SR User Guide Speech Command Word MultiNet Speech Synthesis (Only Supports Chinese Language) Flashing Models - Performance Test Results - Performance Test Methods + Benchmark + Test Methods Glossary \ No newline at end of file diff --git a/docs/en/speech_command_recognition/README.rst b/docs/en/speech_command_recognition/README.rst index f736be4..070c7b1 100644 --- a/docs/en/speech_command_recognition/README.rst +++ b/docs/en/speech_command_recognition/README.rst @@ -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 ------------ diff --git a/docs/zh_CN/benchmark/README.rst b/docs/zh_CN/benchmark/README.rst index d3164ce..0b73784 100644 --- a/docs/zh_CN/benchmark/README.rst +++ b/docs/zh_CN/benchmark/README.rst @@ -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 diff --git a/docs/zh_CN/speech_command_recognition/README.rst b/docs/zh_CN/speech_command_recognition/README.rst index e01395a..3ecdba1 100644 --- a/docs/zh_CN/speech_command_recognition/README.rst +++ b/docs/zh_CN/speech_command_recognition/README.rst @@ -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 的使用 ---------------- diff --git a/idf_component.yml b/idf_component.yml index 1180333..6e63d06 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.4.1" +version: "1.4.2" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: