forked from xiaozhi/xiaozhi-esp32
fixbug: internal memory not enough
This commit is contained in:
@@ -40,6 +40,10 @@ private:
|
||||
int channels_;
|
||||
bool reference_;
|
||||
|
||||
TaskHandle_t audio_detection_task_ = nullptr;
|
||||
StaticTask_t audio_detection_task_buffer_;
|
||||
StackType_t* audio_detection_task_stack_ = nullptr;
|
||||
|
||||
TaskHandle_t wake_word_encode_task_ = nullptr;
|
||||
StaticTask_t wake_word_encode_task_buffer_;
|
||||
StackType_t* wake_word_encode_task_stack_ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user