UNPKG

kitten-tts-webgpu

Version:

Run Kitten TTS (80M) locally in the browser via WebGPU. One function call: textToSpeech('Hello!') → WAV blob.

6 lines (5 loc) 171 B
/** * Safari lacks ReadableStream async iterator support, * which phonemizer.js needs for WASM decompression. */ export declare function installStreamPolyfill(): void;