Commit Graph

56 Commits

Author SHA1 Message Date
xysun
b6a9615ec9 release esp-sr v1.9.4 2024-11-05 17:31:05 +08:00
xysun
03f713d8a5 feat(loader): Add a new method to load model data 2024-09-03 16:43:22 +08:00
xysun
fe63de89b3 fix(afe): fix float precision errors 2024-08-08 11:09:10 +08:00
xysun
33b9341808 feat: support esp32p4 for wakenet, multinet and afe 2024-08-05 11:57:40 +08:00
xysun
0616d43c62 feat: support esp-idf v5.3 for esp32s3 2024-08-02 19:07:50 +08:00
xysun
0b42cad784 Keep compatible with esp32 interface 2024-01-16 16:27:35 +08:00
xysun
ce2a34ef79 Rename all wake words 2024-01-16 16:13:24 +08:00
xysun
a59872171e feat: Add model info 2024-01-12 19:34:09 +08:00
xysun
6a394f269c bugfix: Read model data from SD card 2024-01-08 15:23:30 +08:00
xysun
a3e00ed3e6 bugfix: Fix wrong format of multinet2 output 2023-11-21 19:45:37 +08:00
xysun
7627897716 feat: Add first noise suppression model (nsnet1) for ESP32-S3 2023-11-17 15:31:52 +08:00
xysun
bdd0373263 feat(mn7): Add Chinese MultiNet7 models 2023-11-16 18:05:26 +08:00
xysun
742fb70dc1 feat(mn7): Reduce MultiNet7 internal RAM 2023-11-09 15:34:17 +08:00
xysun
b9a370c08c feat(mn): Add Engslih G2P module 2023-11-07 20:49:30 +08:00
xysun
7b43d3706a bugfix(c_speech_feature): alloc from SRAM when PSRAM is disabled 2023-10-23 15:50:57 +08:00
xysun
35ff685da4 feat: Support C++ 2023-09-13 18:01:59 +08:00
xysun
1e46f53d41 remove Warnings in afe test 2023-08-24 15:49:16 +08:00
xysun
0e2c76c190 docs: Update multinet API docs 2023-08-15 19:29:59 +08:00
xysun
ad98ce69ec feat: Add English multinet7 2023-07-13 15:05:27 +08:00
xysun
603ee8a11a bugfix: fix multinet5 crash when speech commands are triggered 2023-07-07 12:00:26 +08:00
xysun
01ddb1bf84 feat(mn): Output text of ctc greedy search result when no command can be detected 2023-06-02 15:06:37 +08:00
xysun
b9f696873b bugfix(mn): fix the bug in command_search function 2023-05-23 15:18:18 +08:00
xysun
5e77c29a5a Fix all warning in esp-sr 2023-05-23 14:40:57 +08:00
xysun
d14ed19756 Update change log 2023-05-06 10:40:42 +08:00
xysun
62b626f3f6 Update multinet API to add/modify/print/check new commmand string 2023-05-05 20:57:03 +08:00
xysun
4d5eaae3b6 bugfix: Fix the print bug 2023-03-27 19:13:10 +08:00
xysun
eb756fc105 feat: Compatible with both IDF v4.4 and IDF v5.0 2023-03-27 17:50:14 +08:00
xysun
556b945dde Unify code format 2023-03-23 20:15:05 +08:00
xysun
51bc9f7d23 feat: Support ESP-IDF v5.0 2023-03-23 20:02:14 +08:00
sxy
5ec99ffbde Fix the warning in esp_process_sdkconfig.c 2023-03-20 20:32:54 +08:00
sxy
bca14a02f7 feat: Add mutex lock when loading model parameter 2023-03-20 19:58:58 +08:00
sxy
0cf2db1540 feat: Add unity test for wakenet and multinet API 2023-03-20 16:38:28 +08:00
sxy
e24b8a9506 Fix all warnings in model_path.c 2023-03-17 15:12:58 +08:00
sxy
235142ad62 feat: Using partition API to replace SPIFFS file system 2023-03-17 12:05:22 +08:00
sxy
1e85c1a480 feat(mn6): Add a Chinese multinet6 2023-03-03 16:34:49 +08:00
sxy
e9763db078 bugfix(mn): keep compatible with MultiNet5 2023-02-20 11:16:17 +08:00
sxy
cc3251b0d2 feat(mn6): Add MultiNet6 models 2023-02-18 11:58:36 +08:00
sxy
7cd3e9c234 bugfix: Fix the memory leak issue in esp_srmodel_init function 2022-10-14 16:40:26 +08:00
sxy
ce9e82a6d4 bugfix(afe): fix the bug of print_afe_info multiple definition 2022-09-26 15:11:43 +08:00
sxy
e1fd0f577b feat(mfcc): accelerate MFCC lib 2022-09-08 20:25:17 +08:00
sxy
08b9ffc864 bugfix: Fix ld error for macOS 2022-08-24 12:07:37 +08:00
sxy
59024d2ae7 feat(mn): Add multinet5q8 Chinese model 2022-08-23 19:19:08 +08:00
sxy
85349d2446 Fix warning in code 2022-08-17 20:23:13 +08:00
sxy
6b21fdf970 feat(model): modify model loader to reduce model bin size for esp32 2022-08-15 15:03:18 +08:00
sxy
759f7f8ecd bugfix(wn): fix the bug in double swish activation 2022-08-09 15:37:17 +08:00
sxy
bbbe7849cd refact: rename AFE handle for voice communication 2022-07-20 19:53:19 +08:00
sxy
e86a914a02 refactor: delect unused files 2022-07-08 20:21:59 +08:00
sxy
ac47452d21 feat: Update API for release v2.0 2022-07-08 19:25:49 +08:00
Wang Wang Wang
66a12ee570 bugfix(AFE): clean up the warnings and errors 2022-02-10 21:17:26 +08:00
Wang Wang Wang
e6f5d5717f feat(WN&MN): Support multi model coexistence and switch model 2022-02-09 17:17:16 +08:00