fix(voice): stabilize single-round flow and sync web UI state
This commit is contained in:
@@ -120,6 +120,7 @@ esp_err_t voice_send_directive(const char *action,
|
||||
void voice_ws_protocol_handle_text_message(const char *text, size_t len);
|
||||
void voice_ws_audio_handle_downstream_packet(const uint8_t *data, size_t len);
|
||||
void voice_marker_try_trigger_image_generation(const char *dialog_id, const char *final_text);
|
||||
bool voice_marker_image_generation_is_running(void);
|
||||
|
||||
void voice_websocket_event_handler(void *handler_args,
|
||||
esp_event_base_t base,
|
||||
|
||||
Reference in New Issue
Block a user