Commit History

docs: add emoji gesture reference table
26e543e

Desmond-Dong commited on

v0.6.2: Gesture detection with HaGRID ONNX models (18 gestures)
b9abf97

Desmond-Dong commited on

Fix: push gesture state to Home Assistant via callback
f45ab72

Desmond-Dong commited on

Debug: add hand detector raw output logging, lower thresholds to 0.3
1bb715f

Desmond-Dong commited on

debug: 添加手势检测循环确认日志
d270f25

Desmond-Dong commited on

debug: 添加手势检测INFO日志
e70c734

Desmond-Dong commited on

fix: 重写gesture_detector.py,修正模型输出格式
e5e9146

Desmond-Dong commited on

fix: 重写手势检测器,使用正确的模型输入输出格式
273c295

Desmond-Dong commited on

fix: 使用状态判断唤醒词检测, 添加手势模型信息日志
5ce6940

Desmond-Dong commited on

fix: 修复DOA方向, 减少日志, 添加手势检测调试
5666e95

Desmond-Dong commited on

fix: 修复DOA方向,减少语音日志输出
579082f

Desmond-Dong commited on

fix: 修复手势检测结果不更新的问题
5eb7a53

Desmond-Dong commited on

chore: 添加手势识别ONNX模型文件 (LFS)
e403662

Desmond-Dong commited on

feat: 添加手势识别功能 (HaGRID ONNX模型)
47c5ba5

Desmond-Dong commited on

remove duplicated wakeword
0b44b9b

Desmond-Dong commited on

docs: change wake word example from Hey Jarvis to Hey Reeche
6cbbe13

Desmond-Dong commited on

docs: highlight Multi-room audio (Sendspin) in hero badges
7f192be

Desmond-Dong commited on

docs: update index.html - remove continuous conversation highlight, update entity count to 45+
19d1674

Desmond-Dong commited on

docs: complete changelog history from v0.1.0 to v0.6.1
69d1b8f

Desmond-Dong commited on

refactor: load changelog from JSON file dynamically
1434398

Desmond-Dong commited on

chore: bump version to 0.6.1, show only 6 changelog entries by default
d5505b1

Desmond-Dong commited on

feat: prioritize MicroWakeWord over OpenWakeWord for same-name wake words
327c692

Desmond-Dong commited on

fix: 加载openWakeWord子目录中的唤醒词配置
cbee241

Desmond-Dong commited on

Upload hey_ree_che.tflite
5c75d15
verified

djhui5710 commited on

fix: 修复stop词检测,设置stop_word的id属性
a9c7d5d

Desmond-Dong commited on

feat: 添加 hey_ree_che 唤醒词配置
9aa7e2d

Desmond-Dong commited on

fix: 使用固定大小音频块发送,提升STT响应速度
c147838

Desmond-Dong commited on

release: v0.6.0 - 实时音频驱动说话动画
13f074f

Desmond-Dong commited on

feat: 添加实时音频驱动的说话动画
8fbc553

Desmond-Dong commited on

fix: 移除音频预下载分析,使用JSON动画替代
741db5c

Desmond-Dong commited on

refactor: 移除硬编码动作,动画完全由JSON配置驱动
581cea0

Desmond-Dong commited on

fix: 调整思考动画,减少向后仰头幅度
e6a323c

Desmond-Dong commited on

feat: 添加基于音频分析的说话动画
d29db4b

Desmond-Dong commited on

improve: 改进说话动画,使用多频率振荡器模拟自然头部摆动
b299642

Desmond-Dong commited on

update index.html link
c299521

Desmond-Dong commited on

improve: 增强说话动画幅度,更自然地模拟人类讲话
96fa36a

Desmond-Dong commited on

debug: 将 Voice event 日志改为 INFO 级别
88356b9

Desmond-Dong commited on

debug: 添加说话动画的调试日志
0d8fe98

Desmond-Dong commited on

refactor: 简化唤醒词检测逻辑,按照参考项目模式
afdb99d

Desmond-Dong commited on

Fix: Restore HA continue_conversation support, our switch is unconditional override
eb57938

Desmond-Dong commited on

Fix: Ignore HA continue_conversation, only use our switch
10f7c31

Desmond-Dong commited on

v0.5.16: Remove tap-to-wake, add Continuous Conversation switch
20e58a2

Desmond-Dong commited on

Fix: PEP8 compliance and wake word refractory period after conversation ends
5fb657a

Desmond-Dong commited on

Fix: asyncio.coroutine removed in Python 3.12, use Coroutine type hint
6601767

Desmond-Dong commited on

v0.5.15: Audio settings persistence, Sendspin discovery refactor, tap detection fix
99f80f8

Desmond-Dong commited on

CRITICAL FIX: Rename duplicate _reachy_on_listening to _reachy_on_idle - tap detection was never re-enabled
f493f8c

Desmond-Dong commited on

Speaking: pause face tracking, use lively nodding animation (1.5Hz)
0813da7

Desmond-Dong commited on

Add logging to debug tap detection disable
7a7e15d

Desmond-Dong commited on