Generate speech from text with adjustable speed
V1.0Convert any Ebook to AudioBook with Xtts + VoiceCloning!
F5-TTS & E2-TTS: Zero-Shot Voice Cloning (Unofficial Demo)
Generate speech from text with reference audio
Convert text to speech with customizable settings
✨[With v1.0.0] Accelerated TTS on Kokoro-82M
MaskGCT TTS Demo
Belarusian TTS
ヘスティアのAI音声合成モデルを作りました。
Voice Clone Multilingual TTS
Generate audio from text for anime characters
Spanish finetune for the original F5 model.
MaskGCT TTS Demo
WebAssembly English TTS (sherpa-onnx) is a text-to-speech (TTS) system built using the sherpa-onnx framework, which is an ONNX-based inference engine optimized for WebAssembly (WASM). This technology enables high-performance, portable, and efficient speech synthesis directly in web browsers or other WASM-compatible environments. It allows developers to generate natural-sounding speech from text with minimal latency and resource usage.
• Text-to-Speech Synthesis: Converts written text into spoken words with natural voice quality. • Adjustable Speech Speed: Users can control the speed of the generated speech for better comprehension. • WebAssembly Optimization: Built to run efficiently in web browsers and other WASM-compatible environments. • Low Resource Usage: Designed to work with minimal computational and memory requirements. • Cross-Platform Compatibility: Can be integrated into web, desktop, and mobile applications. • Real-Time Synthesis: Generates speech on the fly without requiring pre-processing or server-side rendering.
1. How do I adjust the speech speed in WebAssembly English TTS?
You can adjust the speech speed by modifying the speed parameter when initializing the TTS engine or during synthesis. A higher value will increase the speaking rate, while a lower value will slow it down.
2. Is WebAssembly English TTS supported on all platforms?
Yes, WebAssembly English TTS is designed to be cross-platform and can run in any environment that supports WebAssembly, including web browsers, desktop applications, and mobile apps.
3. Can I use WebAssembly English TTS offline?
Yes, since WebAssembly English TTS runs entirely client-side, it can be used offline once the model and dependencies are loaded. This makes it ideal for applications requiring offline capabilities.