Qianhui
|
90a53aafa9
|
revert command_cn.txt
|
2023-07-11 10:29:22 +08:00 |
|
Sun Xiang Yu
|
cef5097777
|
Merge branch 'bugfix/mn5q8_crash' into 'master'
Bugfix/mn5q8 crash
See merge request speech-recognition-framework/esp-sr!43
|
2023-07-07 14:06:24 +08:00 |
|
xysun
|
b1d93cb99b
|
release esp-sr v1.3.3
|
2023-07-07 14:00:09 +08:00 |
|
xysun
|
603ee8a11a
|
bugfix: fix multinet5 crash when speech commands are triggered
|
2023-07-07 12:00:26 +08:00 |
|
Sun Xiang Yu
|
bf47c66892
|
Merge branch 'bugfix/delete_pycache' into 'master'
Bugfix/delete pycache
See merge request speech-recognition-framework/esp-sr!42
|
2023-07-05 14:59:32 +08:00 |
|
xysun
|
a48f29383c
|
release v1.3.2
|
2023-07-05 14:29:13 +08:00 |
|
xysun
|
c03368ae3b
|
bugfix: Remove unnecessary __pycache__ folder
|
2023-07-05 14:28:48 +08:00 |
|
Sun Xiang Yu
|
138a685e53
|
Merge branch 'fix_bugs' into 'master'
bugfix(mn): fix some bugs in multinet5 and multinet6
See merge request speech-recognition-framework/esp-sr!41
|
2023-06-14 11:46:44 +08:00 |
|
xysun
|
bdbe724b96
|
bugfix(mn): fix some bugs in multinet5 and multinet6
|
2023-06-14 11:37:54 +08:00 |
|
Sun Xiang Yu
|
b835c4353a
|
Merge branch 'feat/ctc_greedy_results' into 'master'
mn6: Modify default Chinese commands list
See merge request speech-recognition-framework/esp-sr!40
|
2023-06-02 15:49:49 +08:00 |
|
xysun
|
d69141d0ca
|
mn6: Modify default Chinese commands list
|
2023-06-02 15:45:25 +08:00 |
|
Sun Xiang Yu
|
53e02cbf2d
|
Merge branch 'feat/ctc_greedy_results' into 'master'
feat(mn): Output text of ctc greedy search result when no command can be detected
See merge request speech-recognition-framework/esp-sr!39
|
2023-06-02 15:12:25 +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 |
|
Sun Xiang Yu
|
7ba6ef3b20
|
Merge branch 'test' into 'master'
Remove all warning and fix some bugs
See merge request speech-recognition-framework/esp-sr!38
|
2023-05-23 15:55:43 +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 |
|
Sun Xiang Yu
|
31b8cb660e
|
Merge branch 'feat/modify_commands' into 'master'
Update multinet API to add/modify/print/check new commands
See merge request speech-recognition-framework/esp-sr!37
|
2023-05-10 20:32:28 +08:00 |
|
xysun
|
baf24c4b4e
|
release esp-sr v1.3.1
|
2023-05-10 19:26:58 +08:00 |
|
xysun
|
a7225a510b
|
fix some wrong format in docs
|
2023-05-10 19:16:44 +08:00 |
|
Sun Xiang Yu
|
2c6cf6a3bd
|
Update .gitlab-ci.yml file
|
2023-05-10 17:25:32 +08:00 |
|
Qianhui
|
90e3cc24f4
|
add doc for modifying commands
|
2023-05-06 11:37:13 +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 |
|
Sun Xiang Yu
|
6109ee353e
|
Merge branch 'docs/fix_formats' into 'master'
Fix format issues.
See merge request speech-recognition-framework/esp-sr!36
|
2023-04-21 10:44:11 +08:00 |
|
Natasha
|
3155224e41
|
Fix format issues.
|
2023-04-21 10:44:11 +08:00 |
|
Sun Xiang Yu
|
70ee950788
|
Merge branch 'feat/add_loader_mode' into 'master'
Feat/add loader mode
See merge request speech-recognition-framework/esp-sr!35
|
2023-04-13 14:49:48 +08:00 |
|
xysun
|
6ca3067528
|
test: Add case to test switch_loader_mode()
|
2023-04-13 14:41:10 +08:00 |
|
xysun
|
49cb754672
|
feat: Add more option to blance CPU and memory consumption
|
2023-04-13 14:40:09 +08:00 |
|
Sun Xiang Yu
|
a3b0d671e2
|
Merge branch 'bugfix/tts' into 'master'
Bugfix/tts
See merge request speech-recognition-framework/esp-sr!34
|
2023-04-07 14:40:01 +08:00 |
|
xysun
|
48ecc35da1
|
test: Add more tts test cases
|
2023-04-07 14:36:29 +08:00 |
|
xysun
|
60ae7ae369
|
bugfix: Remove esp-partition in CMakeList for esp32s2 & esp32c3 chip
|
2023-04-07 14:35:57 +08:00 |
|
Sun Xiang Yu
|
f136e7f11c
|
Merge branch 'bugfix/remove_cxx11_string' into 'master'
bugfix: remove all std::__cxx11::string
See merge request speech-recognition-framework/esp-sr!33
|
2023-04-06 17:42:54 +08:00 |
|
xysun
|
aac5068e81
|
bugfix: remove all std::__cxx11::string
|
2023-04-06 17:21:59 +08:00 |
|
Sun Xiang Yu
|
1f3692bbd9
|
Merge branch 'feat/add_mn6_ac' into 'master'
Feat/add mn6 ac
See merge request speech-recognition-framework/esp-sr!32
|
2023-03-31 16:27:31 +08:00 |
|
xysun
|
35cba231ef
|
Release v1.3.0 and update docs
|
2023-03-31 16:16:57 +08:00 |
|
xysun
|
ae7fbae80c
|
feat: Add mn6_cn_ac
|
2023-03-31 16:13:08 +08:00 |
|
Sun Xiang Yu
|
629a4f16a6
|
Merge branch 'feat/support_idf5' into 'master'
bugfix: Fix the print bug
See merge request speech-recognition-framework/esp-sr!31
|
2023-03-27 19:17:25 +08:00 |
|
xysun
|
4d5eaae3b6
|
bugfix: Fix the print bug
|
2023-03-27 19:13:10 +08:00 |
|
Sun Xiang Yu
|
682110aa1c
|
Merge branch 'feat/support_idf5' into 'master'
Feat/support idf5
See merge request speech-recognition-framework/esp-sr!30
|
2023-03-27 17:54:05 +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 |
|
Sun Xiang Yu
|
a4f3332561
|
Merge branch 'feat/add_mutex' into 'master'
Feat/add mutex
See merge request speech-recognition-framework/esp-sr!29
|
2023-03-21 00:28:57 +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
|
4ef08bb606
|
Fix the false format of table in doc
|
2023-03-17 15:16:53 +08:00 |
|
sxy
|
e24b8a9506
|
Fix all warnings in model_path.c
|
2023-03-17 15:12:58 +08:00 |
|
Sun Xiang Yu
|
6cef5b859b
|
Merge branch 'feat/use_partition_api' into 'master'
feat: Using partition API to replace SPIFFS file system
See merge request speech-recognition-framework/esp-sr!27
|
2023-03-17 12:35:18 +08:00 |
|
sxy
|
235142ad62
|
feat: Using partition API to replace SPIFFS file system
|
2023-03-17 12:05:22 +08:00 |
|