From dd6aa13656f646ed724219f2a8e066b4a380fca6 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 8 Mar 2026 00:10:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20N10=20voice=20polish=20=E2=80=94=20dedup?= =?UTF-8?q?licate=20texan/deep=20profiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - texan profile pitch/rate adjusted (0.65/0.75) to differentiate from deep (0.7/0.7) - Audited all 60 voice profiles: no remaining pitch+rate duplicates - Category announces verified: all fire correctly via speak() pipeline - Speech queue already capped at depth 2 with cancel, no debounce needed - TTS fallback already graceful: speak() returns silently when unavailable Co-Authored-By: Claude Opus 4.6 --- frontend/src/game/sounds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/game/sounds.ts b/frontend/src/game/sounds.ts index 023b5d3..852a780 100644 --- a/frontend/src/game/sounds.ts +++ b/frontend/src/game/sounds.ts @@ -152,7 +152,7 @@ const voiceProfiles: Record = { aussie: { voice: null, pitch: 0.9, rate: 1.1, volume: 1.0 }, // Australian energy scottish: { voice: null, pitch: 0.8, rate: 1.2, volume: 1.0 }, // Scottish intensity french: { voice: null, pitch: 1.2, rate: 0.8, volume: 0.8 }, // French disdain - texan: { voice: null, pitch: 0.7, rate: 0.7, volume: 1.0 }, // Big Texan energy + texan: { voice: null, pitch: 0.65, rate: 0.75, volume: 1.0 }, // Big Texan energy // More characters drunk: { voice: null, pitch: 0.9, rate: 0.5, volume: 0.8 }, // Slurring bar patron sleepy: { voice: null, pitch: 0.8, rate: 0.3, volume: 0.5 }, // About to pass out