@zoe-ng/tts
v0.1.9
Published
Zoe Text-to-Speech SDK with GPT-4o-mini-TTS integration
Downloads
46
Maintainers
Readme
@zoe-ng/tts
Zoe Text-to-Speech SDK for browsers. Connects automatically to the Zoe backend and converts text into audio using GPT-4o-mini-TTS.
Installation
npm install @zoe-ng/ttsUsage
import { ZoeTTS } from "@zoe-ng/tts";
const tts = new ZoeTTS();
await tts.speak("Hello, this is Zoe speaking");Features
- Works instantly after installation (no backend setup needed)
- Secure: API key stays on Zoe backend
- Logs latency (download, decode, total)
- Plays audio directly in the browser
