TypeScript 6.0 is intended to be the last release based on the current JavaScript codebase, before a Go-based compiler and language service debuts in TypeScript 7.0.
Extended event system with AUDIO_CHUNK event type for streaming audio data from backend to frontend Implemented JavaScript audio playback system with per-player queuing, global speaker coordination, ...
This pull request adds Text-to-Speech (TTS) functionality to the werewolf example, allowing AI players' speech to be audible. The changes include a new enum for TTS voices, backend logic to generate ...