christian
  • Joined on 2025-12-11
christian pushed to main at christian/matrix-ai-agent 2026-02-22 17:02:41 +00:00
6c1073e79d fix(vad): remove competing AudioStream that caused intermittent VAD failures
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:52:18 +00:00
a8d4663f10 fix(tts): revert to Jack Marlowe voice, vmVmHDKBkkCgbLVIOJRb not accessible
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:49:51 +00:00
06b588f313 fix(voice): add noise annotation filter to prompt + switch voice
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:46:07 +00:00
e926908af7 test: revert to base Agent to check if stt_node override breaks VAD
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:42:32 +00:00
fb09808a8c fix(vad): lower activation threshold 0.60→0.50
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:37:17 +00:00
8f80e7d543 fix(tts): switch to Jack Marlowe - native German voice
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:36:04 +00:00
125b0f5d2e fix(tts): spell out numbers in words for German TTS
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:15:16 +00:00
1b08683c17 fix(vad): lower activation threshold 0.75→0.60
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:12:45 +00:00
8445c9325c revert(tts): remove pcm_24000 encoding, keep language=de
christian pushed to main at christian/matrix-ai-agent 2026-02-22 16:08:36 +00:00
e090c60c19 feat(tts): upgrade to pcm_24000 encoding + language=de
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:59:28 +00:00
1e1911995f fix(stt): filter ElevenLabs noise annotations before LLM
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:52:49 +00:00
02a7c91eaf fix(vad): raise activation threshold to reduce noise triggers
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:45:54 +00:00
39ef4e0054 fix(stt): pass http_session to ElevenLabs STT plugin
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:27:06 +00:00
2dce8419d4 fix(stt): set scribe_v2_realtime model with language_code for streaming STT
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:26:05 +00:00
382a98dd09 chore: Trigger rebuild
christian pushed to main at christian/matrix-ai-agent 2026-02-22 15:25:42 +00:00
9bd7f27a84 fix: Use LITELLM_MASTER_KEY for memory service
4012950197 fix: Use scribe_v2_realtime model for ElevenLabs STT (streaming mode)
Compare 2 commits »
christian pushed to main at christian/matrix-ai-agent 2026-02-22 14:24:49 +00:00
045e5831a6 chore: Trigger rebuild
christian pushed to main at christian/matrix-ai-agent 2026-02-22 13:28:05 +00:00
52f8cb569c feat(voice): add cross-call memory and Brave Search tool
christian pushed to main at christian/matrix-ai-agent 2026-02-22 13:18:24 +00:00
2b8744de6e fix(voice): full E2EE bidirectional audio pipeline working
christian pushed to main at christian/matrix-ai-agent 2026-02-22 12:05:58 +00:00
c379064f80 fix(voice): set caller key in on_track_subscribed — frame cryptor must exist for HKDF to apply