Commit Graph

62 Commits

Author SHA1 Message Date
xysun
c97db0efb3 feat: support esp32p4 for esp-tts 2024-08-05 13:14:17 +08:00
xysun
33b9341808 feat: support esp32p4 for wakenet, multinet and afe 2024-08-05 11:57:40 +08:00
xysun
8ed7b711b3 bugfix: add prebuilt library for flite_g2p
release v1.7.1
2024-05-07 15:01:54 +08:00
Joseph Tang
a307877012 feat: use default sdkconfig path 2023-12-06 11:34:25 +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
b9a370c08c feat(mn): Add Engslih G2P module 2023-11-07 20:49:30 +08:00
xysun
360ecdbcc9 feat(tts): Support esp32c6 2023-09-11 15:35:31 +08:00
xysun
603ee8a11a bugfix: fix multinet5 crash when speech commands are triggered 2023-07-07 12:00:26 +08:00
xysun
c03368ae3b bugfix: Remove unnecessary __pycache__ folder 2023-07-05 14:28:48 +08:00
xysun
60ae7ae369 bugfix: Remove esp-partition in CMakeList for esp32s2 & esp32c3 chip 2023-04-07 14:35:57 +08:00
xysun
ae7fbae80c feat: Add mn6_cn_ac 2023-03-31 16:13:08 +08:00
xysun
eb756fc105 feat: Compatible with both IDF v4.4 and IDF v5.0 2023-03-27 17:50:14 +08:00
xysun
51bc9f7d23 feat: Support ESP-IDF v5.0 2023-03-23 20:02:14 +08:00
sxy
0cf2db1540 feat: Add unity test for wakenet and multinet API 2023-03-20 16:38:28 +08:00
sxy
235142ad62 feat: Using partition API to replace SPIFFS file system 2023-03-17 12:05:22 +08:00
Ivan Grokhotkov
5424a376f0
fix(build): use predefined COMPONENT_NAME var to declare dependencies
When installing esp-sr by component manager, the directory name
(and hence, the component name) is "espressif__esp-sr".
Replace references to esp-sr by ${COMPONENT_NAME}, which will have
correct value in every case.
2023-03-04 21:05:38 +01: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
31d2ef85d3 feat(tts): Support esp32c3 2023-02-02 16:40:51 +08:00
sxy
1b89b5b47b Remove a typo in CMakeList.txt 2023-01-11 17:41:27 +08:00
Wu Jian Gang
f755e1f9ad feat: Move generated model target to project side 2023-01-03 13:55:12 +08:00
marcus_xu
4873849406 CMake: idf component PRIV_REQUIRES soure failed
Closes https://github.com/espressif/esp-sr/pull/55
2022-12-22 18:00:52 +08:00
sxy
63c4781c06 bugfix: Remove Multiply definition 'print_afe_info' 2022-11-01 17:23:00 +08:00
sxy
7a2909e28b Update CMakeLists.txt to remove compilation errors for ESP32-S2 TTS 2022-10-24 11:36:52 +08:00
sxy
ce9e82a6d4 bugfix(afe): fix the bug of print_afe_info multiple definition 2022-09-26 15:11:43 +08:00
sxy
08b9ffc864 bugfix: Fix ld error for macOS 2022-08-24 12:07:37 +08:00
sxy
8a40a5bcd1 Change src postion in CMakeList.txt 2022-08-23 19:25:07 +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
e86a914a02 refactor: delect unused files 2022-07-08 20:21:59 +08:00
Wang Wang Wang
4ce6df6e08 bugfix(model): Fix the bug of moving model 2022-01-06 12:04:30 +08:00
sxy
32c47109d9 bugfix(tts): fix the crash in tts 2021-12-30 15:12:58 +08:00
Wang Wang Wang
5950a00ed6 feat(bugfix): Fix the bug of moving model 2021-12-30 14:18:25 +08:00
Wang Wang Wang
df31a9e272 refactor(header files): Refactor esp-sr header files 2021-12-10 11:41:08 +08:00
sxy
27d9f324c6 feat(tts): Add Chinese TTS lib for ESP32-S3 2021-11-12 17:35:26 +08:00
Wang Wang Wang
56f68ced8f system(ESP32): Add TTS lib 2021-11-09 20:52:51 +08:00
Wang Wang Wang
048995531b system(ESP32): Support ESP32 in IDF V3_3 2021-11-09 20:49:58 +08:00
sxy
dba60079cb bugfix(Cmake): Add include path of esp-tts 2021-11-08 11:09:25 +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
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
93dcdaffd5 feat(model): Support models in spiffs partitions 2021-10-15 16:31:16 +08:00
sxy
d6de95593d Add 8bit-multinet5 and update the API of AFE 2021-09-10 14:34:59 +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
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