没有唤醒词的板子可以开启Auto Light Sleep,待机40~50mA

This commit is contained in:
Terrence
2025-03-04 06:27:11 +08:00
parent 5a71e1bdd6
commit 5997ff2ac4
9 changed files with 161 additions and 23 deletions

View File

@@ -91,6 +91,7 @@ private:
bool aborted_ = false;
bool voice_detected_ = false;
std::string last_iot_states_;
int clock_ticks_ = 0;
// Audio encode / decode
BackgroundTask* background_task_ = nullptr;