Commit Graph

120 Commits

Author SHA1 Message Date
sxy
0dfa27ebd3 Merge branch 'model_compress' 2021-11-05 19:23:35 +08:00
sxy
75444c4ddd Merge branch 'update_doc' into model_compress 2021-11-05 19:21:10 +08:00
sxy
ac5bd8a6c4 bugfix(doc): modify some incorrent link 2021-11-05 19:20:44 +08:00
Wang Wang Wang
04ae02fea2 docs(AFE): Update AFE docs 2021-11-05 18:30:24 +08:00
sxy
6b917e383b doc(wakenet&multinet): Update README of multinet & wakenet 2021-11-05 15:55:26 +08:00
Wang Wang Wang
a2bc8a64d9 feat(tool): Add some tools 2021-11-04 15:32:38 +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
d152e14664 feat(system): Support latest IDF 2021-11-02 16:55:50 +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
sxy
c540eeeeaf doc(README): Update README doc 2021-10-22 19:35:09 +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
sxy
cfebc5f31a feat(AFE): modify alloc_from_PSRAM to support flexible memory allocation 2021-09-24 21:29:22 +08:00
sxy
66e21f6cc3 feat(AFE): Update esp_afe_sr_1mic.c 2021-09-15 17:16:39 +08:00
sxy
cbb9f279bf remove simultaneous triggers of AFE_FETCH_CHANNEL_VERIFIED & AFE_FETCH_WWE_DETECTED 2021-09-14 14:30:53 +08:00
sxy
124c038965 feat(afe): improve first-time right response rate && remove vad bug 2021-09-10 21:11:12 +08:00
sxy
b953ef70c2 feat(AEC): Add a new mode 2021-09-10 15:43:08 +08:00
sxy
d6de95593d Add 8bit-multinet5 and update the API of AFE 2021-09-10 14:34:59 +08:00
Sun Xiangyu
23c3eef3b9
Merge pull request #24 from dpmilian/ft/cpp-linkage
Added c++ linkage defines to acoustic_algorithm headers
2021-08-27 20:31:44 +08:00
sxy
82bf9dec49 feat(multinet): Add a python G2P tool to convert English Text into phonemes of multinet 2021-08-27 16:22:01 +08:00
sxy
f83d2da3d0 esp-sr for ESP32S3 pre-release 2021-08-27 14:41:29 +08:00
sxy
ab58297280 feat(lib): Use esp32s3 instructions to optimize all algorithms 2021-08-09 20:50:31 +08:00
Daniel
e5931cf5bc Added c++ linkage defines to acoustic_algorithm headers 2021-06-16 12:37:18 +02:00
Wang Wang Wang
7c8e4ca09d doc(AFE): Update docs of AFE 2021-06-11 15:28:09 +08:00
Wang Wang Wang
c61abed550 feat(AFE): Support single-MIC mode 2021-06-11 15:07:16 +08:00
Wang Wang Wang
e735743e03 feat(AFE): AFE support disabling WakeNet 2021-06-09 11:37:55 +08:00
sxy
eb0609455b bugfix(TTS): ensure that if the input text is same, the output audio is same. update from v1.0 to v1.1 2021-05-07 19:51:24 +08:00
sxy
bddcadf60e bugfix(AEC):fix the problem of non-convergence when the input is illegal 2021-05-06 19:54:59 +08:00
Sun Xiangyu
0f3c339f35
Merge pull request #21 from espressif/feature/S3_support
feat(system): Support esp32s3
2021-04-02 14:41:17 +08:00
Wang Wang Wang
a78b3d22b1 feat(system): Support esp32s3 2021-04-02 14:09:33 +08:00
sxy
2a7aab136b feature/update multinet2 for esp32s3beta 2021-02-25 17:29:54 +08:00
sxy
d289680270 feature/add AFE component & update wakenet 2021-02-25 11:01:29 +08:00
sxy
c5896943ea feat(aec):update AEC v3 2021-01-29 16:05:40 +08:00
sxy
b9504e3548 feat(ns):add API and compatible with previous versions 2021-01-06 15:18:37 +08:00
sxy
109efa11ae feat(ns):improve noise suppression performance 2020-12-29 17:29:22 +08:00
sxy
390c17b99b modify CMakeList to improve compatibility 2020-11-30 11:10:21 +08:00
sxy
2e217e969b modify CMakeList to improve compatibility 2020-11-26 16:50:00 +08:00
sxy
eec128886f Merge branch 'bugfix_tts' 2020-11-20 19:12:53 +08:00
sxy
0940141505 bugfix(tts):fix the bug of esp_tts_stream_reset 2020-11-20 19:10:12 +08:00
Sun Xiangyu
dac18afe09
Merge pull request #17 from HengYongChao/bugfix/component_mk_issue_in_GNU_make
fix component.mk issue in legacy GNU make
2020-11-15 13:59:29 +08:00
HengYongchao
76664855b5 fix component.mk issue in legacy GNU make 2020-11-09 19:03:29 +08:00
sxy
4afb729cfe bugfix(tts): remove wav encoder&decoder function from tts lib 2020-11-04 15:04:06 +08:00
sxy
e66e72ec78 remove wav encoder&decoder 2020-10-21 15:10:13 +08:00
sxy
6370e80fe7 bugfix(wakenet):remove choice SR_RUN_WN6_CORE config 2020-10-14 16:36:11 +08:00
sxy
90d9e777c8 feat(wakenet):add API create_pinned_to_core to init wakenet6 2020-10-14 16:33:08 +08:00