• Joined on 2025-12-16
alex pushed to main at vixy/oak-service 2026-04-19 01:29:57 +00:00
1664661ae7 Face recognition: use Coral device :2 (avoid conflict with YAMNet :0 and pose :1)
alex pushed to main at vixy/headmic 2026-04-18 22:10:27 +00:00
5b0889bada Add native libs (Edge TPU, flatbuffers) and install script
alex pushed to main at vixy/orpheus-tts 2026-04-14 06:07:31 +00:00
4989e0a7e8 Fix audio quality: use original orpheus_tts convert_to_audio decoder
alex pushed to main at vixy/orpheus-tts 2026-04-13 21:41:16 +00:00
57a2e24101 Fix SNAC decoding: correct token offset + device attribute
alex pushed to main at vixy/orpheus-tts 2026-04-13 21:04:56 +00:00
16aa526656 Fix SNAC code offset: subtract per-layer offset (position*4096)
alex pushed to main at vixy/orpheus-tts 2026-04-13 13:38:32 +00:00
d650fd06b9 OrpheusTail v2: transformers streaming engine (replaces vLLM)
alex pushed to main at vixy/orpheus-tts 2026-04-13 04:45:13 +00:00
cfc9b1a5a0 Revert to sync LLM + sentence-level streaming
alex pushed to main at vixy/orpheus-tts 2026-04-13 04:36:25 +00:00
25ed6625aa True streaming TTS: AsyncLLMEngine + incremental token decoding
alex pushed to master at alex/head-eyes-mk2 2026-04-13 03:35:01 +00:00
8602d7e2bc Add comprehensive README — hardware, protocol, display findings
alex pushed to main at vixy/headmic 2026-04-13 03:01:51 +00:00
fde3b98554 Document anonymous speaker tracking + promote workflow
alex pushed to main at vixy/headmic 2026-04-13 02:58:32 +00:00
05034acd27 Add anonymous speaker tracking (online diarization)
alex pushed to main at vixy/headmic 2026-04-13 02:55:11 +00:00
5c72491ee9 Update docs — complete binaural roadmap (10/12 features)
alex pushed to main at vixy/headmic 2026-04-13 02:52:10 +00:00
8073e3eb02 Fix ITD angle wrapping past 360°
alex pushed to main at vixy/headmic 2026-04-13 02:51:29 +00:00
cae14023b7 Add ITD (Interaural Time Difference) via cross-correlation (#12)
alex pushed to main at vixy/headmic 2026-04-13 02:47:31 +00:00
0705b3818b Add cocktail party spatial filtering (#7)
alex pushed to main at vixy/headmic 2026-04-13 02:37:52 +00:00
38d21ef53c Add multi-speaker tracking with beam steering (#5)
alex pushed to main at vixy/headmic 2026-04-13 02:35:05 +00:00
02d3ac3816 Update docs — spatial scene, distance estimation, roadmap progress
alex pushed to main at vixy/headmic 2026-04-13 02:28:37 +00:00
8caa9ee57e Fix deadlock in spatial_scene — lock re-entrancy
alex pushed to main at vixy/headmic 2026-04-13 02:27:28 +00:00
9f9796ddb6 Reduce DoA poll rate (10→5Hz) and gaze push rate (10→2/sec)
alex pushed to main at vixy/headmic 2026-04-13 02:24:51 +00:00
2bbbb6da2b Fix API hang — run gaze push in detached thread