feat: use gemini tts for livekit voice

This commit is contained in:
Yahya Alhinai
2026-06-28 05:43:38 +00:00
parent c771e1594c
commit 721fe2b8d9
15 changed files with 82 additions and 44 deletions
+2 -2
View File
@@ -81,8 +81,8 @@ export class PodMan {
(collision.githubState?.unpushed ? ' (unpushed).' : '.') +
(prior ? ' Seen before.' : '');
// Spoken line is even shorter so the voice cue lands fast on stage.
const voiceLine = `Conflict. ${names}, both on ${shortFile}.`;
// Spoken line stays short, but uses natural phrasing for Gemini TTS prosody.
const voiceLine = `Heads up. ${names} are both editing ${shortFile}. Please sync before pushing.`;
const intervention: Intervention = {
id: `int_${Date.now()}`,