fix: fix wakenet model index (#893)

* fix: fix wakenet model index

* fix:Fix warning

* feat: Use jarvis and sophia as wakeup words
This commit is contained in:
virgil
2025-07-09 03:19:08 +08:00
committed by GitHub
parent f556e72604
commit 8e0f76c0ef
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,9 @@
"CONFIG_IDF_EXPERIMENTAL_FEATURES=y",
"CONFIG_FREERTOS_HZ=1000",
"CONFIG_LANGUAGE_EN_US=y",
"CONFIG_SR_WN_WN9_JARVIS_TTS=y"
"CONFIG_SR_WN_WN9_JARVIS_TTS=y",
"CONFIG_SR_WN_WN9_SOPHIA_TTS=y",
"CONFIG_SR_WN_WN9_NIHAOXIAOZHI_TTS=n"
]
}
]

View File

@@ -186,7 +186,6 @@ void SscmaCamera::SetExplainUrl(const std::string& url, const std::string& token
bool SscmaCamera::Capture() {
SscmaData data;
size_t output_len = 0;
int ret = 0;
if (sscma_client_handle_ == nullptr) {