add:支持手动按住说话

This commit is contained in:
hrz
2025-02-04 13:57:05 +08:00
parent 93acdb5861
commit 22506019a9
5 changed files with 59 additions and 34 deletions
+2 -2
View File
@@ -32,16 +32,16 @@ To fully experience this project, follow these steps:
## Implemented
- `xiaozhi-esp32` WebSocket communication protocol
- Support interrupt dialogue in real time, try to say a sentence when chatting `你好小智`
- Supports wake-word initiated dialogue, manual dialogue, and real-time interruption of dialogue.
- Support for 5 languages: Mandarin, Cantonese, English, Japanese, Korean (FunASR - default)
- Flexible LLM switching (ChatGLM - default, Dify, DeepSeek)
- Flexible TTS switching (EdgeTTS - default, ByteDance Doubao TTS)
## In Progress
- Manual button-triggered dialogue
- Sleep mode after inactivity
- Dialogue memory
- Change the mood mode
## Dependencies