Commit History

调整人脸追踪补偿: pitch=9度(向下), yaw=-7度(向右)
9dd9020

Desmond-Dong commited on

fix: 优化退出机制,减少shutdown超时
477aeb2

Desmond-Dong commited on

fix: 修正yaw补偿方向(-5度)
3032377

Desmond-Dong commited on

fix: 添加yaw补偿(向左5度),修复机器人偏向用户右边的问题
ce50e0c

Desmond-Dong commited on

fix: 修正pitch补偿方向(正值向下看)
ddf4b25

Desmond-Dong commited on

fix: 添加人脸追踪pitch偏移补偿(向下7度)
d032f09

Desmond-Dong commited on

refactor: 使用SDK的compose_world_offset进行正确的pose组合
5b55e2a

Desmond-Dong commited on

fix: 修复euler顺序和Sendspin音频播放
dadc0d2

Desmond-Dong commited on

fix: 修复Sendspin音频播放和人脸追踪平滑
9106d0c

Desmond-Dong commited on

fix: 修复人脸追踪偏上问题
10a4ce7

Desmond-Dong commited on

debug: 添加最终pose日志
237ed8a

Desmond-Dong commited on

debug: 暂时禁用face tracking smoothing进行调试
1b2fe01

Desmond-Dong commited on

fix: 反转pitch方向,修复机器人向上看的问题
8a00e9e

Desmond-Dong commited on

debug: 添加人脸追踪调试日志,移除Y偏移,增加smoothing factor
3f94c2a

Desmond-Dong commited on

fix: Noise suppression启动时设置为15% (PP_MIN_NS=0.85)
5254645

Desmond-Dong commited on

fix: Noise suppression默认值改为15%
ec996a5

Desmond-Dong commited on

fix: 人脸追踪Y轴偏移补偿,看向眼睛而非脸部中心
1adce2d

Desmond-Dong commited on

fix: Sendspin PLAYER角色需要player_support参数
45977a5

Desmond-Dong commited on

fix: Sendspin使用固定client_id和PLAYER角色,恢复原版人脸追踪参数
a5465eb

Desmond-Dong commited on

fix: 人脸追踪添加平滑过渡,避免抽搐式转头
6efe6bd

Desmond-Dong commited on

fix: 人脸追踪Y轴偏移补偿,移除Sendspin发送逻辑
5345c64

Desmond-Dong commited on

feat: Sendspin自动发现,无需用户配置
b15f94c

Desmond-Dong commited on

fix: IDLE state should be completely still, restore face tracking fps
4fa5aec

Desmond-Dong commited on

fix: reduce control loop frequency to prevent daemon crash in IDLE state
be89d68

Desmond-Dong commited on

feat: add Sendspin multi-room audio support (Phase 13)
9793fad

Desmond-Dong commited on

combined all reference-doc as one folder
a5e1e06

Desmond-Dong commited on

v0.4.0: Daemon stability fixes and microphone optimization
a33ba57

Desmond-Dong commited on

chore: bump version to 0.3.0
02640f6

Desmond-Dong commited on

fix: enable face tracking by default and improve tap detection logging
51ad4f0

Desmond-Dong commited on

refactor(movement): use SDK compose_world_offset for proper pose composition
a946134

Desmond-Dong commited on

refactor: optimize based on SDK analysis and conversation_app reference
f9facd8

Desmond-Dong commited on

fix: restore tap continue feedback sound (preserve functionality)
12915bc

Desmond-Dong commited on

fix: reduce noise suppression for better microphone sensitivity
a62bbe4

Desmond-Dong commited on

fix: tap-to-wake blocking and microphone sensitivity issues
b9e2e76

Desmond-Dong commited on

feat: add tap sensitivity slider entity for Home Assistant
3f1b696

Desmond-Dong commited on

feat: 优化人脸追踪和修复Music Assistant兼容性
770da68

Desmond-Dong commited on

Revert "v0.2.21: Fix daemon crash - reduce control loop to 2Hz, pause during audio"
6a4df6d

Desmond-Dong commited on

v0.2.21: Fix daemon crash - reduce control loop to 2Hz, pause during audio
7edbf67

Desmond-Dong commited on

v0.2.20: Revert audio/satellite/voice_assistant/models/main to v0.2.9 working state
29b7fc2

Desmond-Dong commited on

v0.2.19: Force localhost connection mode to prevent WebRTC errors
ae47b88

Desmond-Dong commited on

v0.2.18: Fix audio playback - restore wakeup sound, use push_audio_sample
0832ea3

Desmond-Dong commited on

v0.2.17: Remove head_joints/passive_joints, move error_message to diagnostic
a88f884

Desmond-Dong commited on

v0.2.16: Fix TTS playback - pause recording during playback
cd59e9e

Desmond-Dong commited on

v0.2.15: Use play_sound() instead of push_audio_sample() for TTS
d94735f

Desmond-Dong commited on

v0.2.14: Pause audio recording during TTS playback to prevent GStreamer conflicts
529d5db

Desmond-Dong commited on

v0.2.13: Don't manually start/stop media - let SDK/daemon manage it
eefe86c

Desmond-Dong commited on

v0.2.12: Disable breathing animation to prevent serial port overflow
7156a71

Desmond-Dong commited on

fix: Remove unnecessary import and sleep
1c9ecdc

Desmond-Dong commited on

fix: Remove redundant import time
b0d765d

Desmond-Dong commited on