VOICES

by blank

Text Input

162 CHARS

Controls

Quality5 Steps
Speed1x
Action
Generate

Status

Ready

Duration

--

Sample Rate

--

Time

--

Performance

Ours (RTX 4090)12164
Ours (M4 Pro - WebGPU)2509
Ours (M4 Pro - CPU)1263
Flash v2.5287
TTS-182
Gemini 2.5 Flash TTS24

Methodology

Our model utilizes a custom-trained architecture optimized for on-device inference. By leveraging advanced quantization techniques and the ONNX runtime, we achieve state-of-the-art performance across a wide range of hardware configurations.

Training involved a diverse dataset of high-fidelity speech, processed to ensure robustness and natural prosody. The result is a lightweight, low-latency synthesis engine that operates entirely locally, preserving user privacy without sacrificing quality.

This hybrid approach combines the flexibility of deep learning with the efficiency of edge computing, enabling real-time voice generation even on consumer-grade CPUs and mobile accelerators.

API Integration

Integrate our TTS engine directly.

POSThttps://voices.aryank.space/api/tts
import fs from 'node:fs'; const response = await fetch("https://voices.aryank.space/api/tts", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ text: "Hello world", voiceStyle: "M1", totalStep: 5, speed: 1.0 }) }); const buffer = await response.arrayBuffer(); fs.writeFileSync("speech.wav", Buffer.from(buffer));

Clone Locally

Deployment NoticeWe are currently working to resolve ONNX Runtime deployment issues on Vercel Serverless. For the best experience and guaranteed performance, we recommend cloning the repository and running it locally.

Repository

github.com/kiritocode1/voices
git clone https://github.com/kiritocode1/voices
Speaker

About Voices

Voices is a lightning-fast, on-device text-to-speech system designed for extreme performance with minimal computational overhead. Powered by ONNX Runtime, it runs entirely on your device—no cloud, no API calls, no privacy concerns.

Created By

License

MIT License (Code) / OpenRAIL-M (Weights)

© 2025 Blank Technologies Inc.

All rights reserved.

Made with 🖤

Powered by ▲ + ONNX and SuperTonic