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