Commit Graph

184 Commits

Author SHA1 Message Date
xysun
ce2a34ef79 Rename all wake words 2024-01-16 16:13:24 +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
197df22905 bugfix: Add flite_g2p.h for esp32 2023-11-10 16:21:02 +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
a70c8fe309 feat(mn7): Update multinet7 v2 2023-10-31 17:40:13 +08:00
xysun
7b43d3706a bugfix(c_speech_feature): alloc from SRAM when PSRAM is disabled 2023-10-23 15:50:57 +08:00
xysun
d05f268bae bugfix(wn2): alloc from SRAM when disable PSRAM 2023-10-20 19:44:36 +08:00
xysun
9cc75b045c bugfix(afe): Fix AGC bug in AFE module 2023-10-19 16:09:38 +08:00
xysun
7d6a3f1861 bugfix(mn2): Fix the crash of multinet2 2023-09-14 15:13:38 +08:00
xysun
35ff685da4 feat: Support C++ 2023-09-13 18:01:59 +08:00
xysun
f5b093d034 feat(wn): Add get_vol_gain for wakenet5 2023-09-13 17:21:10 +08:00
xysun
4a5aa794ba Update Readme 2023-09-12 20:43:55 +08:00
xysun
c5aa161b13 bugfix(esp32): make new API compatible with ESP32 2023-09-12 16:37:12 +08:00
xysun
37a7293607 add hi M Five model 2023-09-11 17:04:19 +08:00
xysun
4f3c441d69 feat(afe): Return the volume of wake word audio 2023-09-05 19:22:17 +08:00
xysun
1e46f53d41 remove Warnings in afe test 2023-08-24 15:49:16 +08:00
xysun
a90948b9b6 feat(mn): modify multinet6 timeout trigger 2023-08-24 11:51:36 +08:00
xysun
607e8d831b bugfix(afe): make VAD work correctly when wakenet is disabled 2023-08-15 15:34:33 +08:00
xysun
c949250b7a bugfix(mn): fix the bug of multinet2 2023-08-15 15:15:46 +08:00
xysun
9f391a2525 bugfix: Remove bug when adding speech commands 2023-08-08 14:23:46 +08:00
xysun
12e0c43c47 feat(mn): Reduce the latency of multinet6 2023-08-04 14:11:56 +08:00
xysun
474feb35d7 feat: Support for running two wakenet model at same time 2023-07-19 19:46:02 +08:00
xysun
ad98ce69ec feat: Add English multinet7 2023-07-13 15:05:27 +08:00
xysun
3690f88ed7 bugfix: fix vad bug 2023-07-13 15:04:46 +08:00
xysun
591fe1490d bugfix: fix the bug of multinet5q8 when adding new speech commands 2023-07-11 15:54:41 +08:00
xysun
603ee8a11a bugfix: fix multinet5 crash when speech commands are triggered 2023-07-07 12:00:26 +08:00
xysun
bdbe724b96 bugfix(mn): fix some bugs in multinet5 and multinet6 2023-06-14 11:37:54 +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
62b626f3f6 Update multinet API to add/modify/print/check new commmand string 2023-05-05 20:57:03 +08:00
xysun
49cb754672 feat: Add more option to blance CPU and memory consumption 2023-04-13 14:40:09 +08:00
xysun
aac5068e81 bugfix: remove all std::__cxx11::string 2023-04-06 17:21:59 +08:00
xysun
ae7fbae80c feat: Add mn6_cn_ac 2023-03-31 16:13:08 +08:00
xysun
51bc9f7d23 feat: Support ESP-IDF v5.0 2023-03-23 20:02:14 +08:00
sxy
bca14a02f7 feat: Add mutex lock when loading model parameter 2023-03-20 19:58:58 +08:00
sxy
235142ad62 feat: Using partition API to replace SPIFFS file system 2023-03-17 12:05:22 +08:00
sxy
ccef4e046e feat(model_loader): 6x reduction in model loading tine 2023-03-15 14:07:05 +08:00
sxy
1e85c1a480 feat(mn6): Add a Chinese multinet6 2023-03-03 16:34:49 +08:00
sxy
cc3251b0d2 feat(mn6): Add MultiNet6 models 2023-02-18 11:58:36 +08:00
Ivan Grokhotkov
e1c73a59d9
dependencies: install esp-dsp via the component manager 2023-02-11 14:57:00 +01:00
sxy
654833db91 feat(dl_lib): do not load dl lib code by IRAM.text 2022-11-18 20:21:59 +08:00
sxy
13da6d3864 bugfix(afe): fix AFE destory() crash 2022-11-03 14:09:01 +08:00
sxy
63c4781c06 bugfix: Remove Multiply definition 'print_afe_info' 2022-11-01 17:23:00 +08:00
sxy
8b81d86374 feat(AFE): reduce AEC resource in ESP_AFE_VC 2022-11-01 15:27:38 +08:00
sxy
61123948aa bugfix(mn): fix the crash in multinet4 2022-10-19 19:30:35 +08:00
sxy
f33cdabadb bugfix(mn): fix the memory leak in multinet 2022-10-12 20:11:33 +08:00
sxy
d6dfaa7df8 bugfix(mfcc): fix the crash issus in mfcc destory function 2022-10-09 17:26:13 +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
59024d2ae7 feat(mn): Add multinet5q8 Chinese model 2022-08-23 19:19:08 +08:00
sxy
15132edf68 feat(AFE): improve AEC in AFE_VC 2022-08-23 19:18:20 +08:00
sxy
ea1ea85a49 feat(esp32): Support ESP-IDF v3.3 for esp32 chip 2022-08-17 20:29:21 +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
34e264eb5a bugfix(wn): fix the bug can not switch wake word model for esp32 2022-08-12 21:10:01 +08:00
sxy
39b6b85847 bugfix(afe): Add esp-dsp.a 2022-08-09 15:44:52 +08:00
sxy
759f7f8ecd bugfix(wn): fix the bug in double swish activation 2022-08-09 15:37:17 +08:00
sxy
a9551636a1 feat(afe): add sample_rate in config to support 16KHz & 8KHz 2022-08-02 10:31:12 +08:00
sxy
bbbe7849cd refact: rename AFE handle for voice communication 2022-07-20 19:53:19 +08:00
sxy
af859c9012 feat(esp32): Update ESP32 lib and APIs 2022-07-20 15:59:54 +08:00
sxy
ac47452d21 feat: Update API for release v2.0 2022-07-08 19:25:49 +08:00
Wang Wang Wang
71e8f3e1e5 feat(AFE): Add MISO V2 2022-02-25 20:22:26 +08:00
Wang Wang Wang
c873a359e7 feat(MN): Fix the memory leak of MN; Modify the method of resetting speech commands 2022-02-17 14:23:09 +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
sxy
62ce452be9 feat(mn): Update Chinese multinet4_5 2022-01-25 17:11:47 +08:00
sxy
dcc206936e feat(AFE): modify the API of AFE to support multiple version 2022-01-25 15:37:14 +08:00
sxy
da50b98a13 feat(multinet): Update English Multinet5 v2 2022-01-21 19:34:17 +08:00
Wang Wang Wang
b4e7916123 bugfix(MN_CN2): Fix the memory leak of MN_CN V2.0 2022-01-21 16:34:18 +08:00
Wang Wang Wang
4d3e550e72 feat(MN): Support continuous recognition 2022-01-19 16:13:04 +08:00
Wang Wang Wang
d05cf97972 feat(MN_CN): Support chinese continuous recognition 2022-01-17 17:23:55 +08:00
Wang Wang Wang
37104cb56b bugfix(MN): Close the print of decoder 2022-01-06 14:25:57 +08:00
sxy
2f4260395e bugfix(wakenet): fix the bug of wakenet8_hiesp 2022-01-05 12:00:08 +08:00
sxy
b8948a6b26 Update wakenet8_hiesp & wakenet8_alexa model 2022-01-04 16:07:15 +08:00
Wang Wang Wang
d55b56e554 bugfix(MN_CN): Fix the bug of MN_CN V4 decoder 2021-12-30 14:51:33 +08:00
Wang Wang Wang
cf041108cb feat(MN_CN): Support close MN log 2021-12-20 17:32:57 +08:00
Wang Wang Wang
649b24f8f5 refactor(MN_CN): Rename MN_cn_v4_5 2021-12-16 17:53:56 +08:00
Wang Wang Wang
3a5acbd583 feat(MN_CN): Support MN_CN V5.0 2021-12-15 14:09:27 +08:00
Wang Wang Wang
a289a0c70c feat(MN): Add the API of getting phrase ID if command word is detected 2021-12-14 17:00:05 +08:00
Wang Wang Wang
4333d49daf bugfix(MN_CN): Fix the bug of adding speech commands 2021-12-13 16:59:35 +08:00
Wang Wang Wang
5036b85204 budfix(dl_lib): Fix the bug of nn layer 2021-12-10 21:07:05 +08:00
Wang Wang Wang
7f10b67368 budfix(esp32): Fix the bug of memory leak 2021-12-10 20:58:37 +08:00
Wang Wang Wang
6c6e8eb3ec bugfix(WN&MN): Fix the bug of crash 2021-12-10 18:03:18 +08:00
Wang Wang Wang
c501baa3f3 bugfix(MN&WN): Fix the bug of memory leak 2021-12-10 11:58:25 +08:00
Wang Wang Wang
c072245865 bugfix(AFE): Fix the bug of AFE crash and memory leak when use afe_destory 2021-12-10 11:44:57 +08:00
Wang Wang Wang
26f3d212d3 feat(MN&WN): Support 200 speech commands; Support set threshold of each speech commands; Modify MN_CN v4.0 decoder 2021-12-02 14:33:17 +08:00
Wang Wang Wang
9a2de7121f bugfix(AFE): Fix the bug of AGC mode 2021-12-02 14:24:28 +08:00
Wang Wang Wang
7010aedfd5 feat(model): Support HiESP_WN8Q8; Reduce internal RAM usage 2021-11-23 19:58:48 +08:00
Wang Wang Wang
048995531b system(ESP32): Support ESP32 in IDF V3_3 2021-11-09 20:49:58 +08:00
Wang Wang Wang
20915ded8b feat(system): Support ESP32 2021-11-04 15:10:48 +08:00
Wang Wang Wang
e0a751671d feat(system): Refactor esp-sr; Accelerate model reading 2021-11-03 17:18:37 +08:00
Wang Wang Wang
d2e74acc4f bugfix(MN): Fix the crash when loading model; Fix the bug of MN_EN after resetting speech commands 2021-10-28 20:00:55 +08:00
Wang Wang Wang
1220797cd3 feat(MN): Move the activation function table to PSRAM 2021-10-22 19:01:25 +08:00
Wang Wang Wang
bccbd966cc feat(model & AFE): Support model in SDCard; Modify the spiffs base path; Supoort hi,ESP wake word; Merge feed and mase tasks when aec not init 2021-10-22 11:25:11 +08:00
Wang Wang Wang
21008cf87c bugfix(MN): Fix the memory leak of MN_CN 2021-10-19 10:59:47 +08:00
Wang Wang Wang
e8c7b2295f bugfix(MN): Fix the bug of MultiNet EN 2021-10-18 16:29:56 +08:00
Wang Wang Wang
93dcdaffd5 feat(model): Support models in spiffs partitions 2021-10-15 16:31:16 +08:00
sxy
c3d120ac9d feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00