UNPKG

multi-voice-sdk

Version:

A universal Text-to-Speech (TTS) and Speech-to-Text (STT) SDK supporting multiple providers (OpenAI, Google Gemini, Deepgram, Groq PlayAI, Cartesia, AssemblyAI) with audio merging capabilities

5 lines (4 loc) 148 B
// Import the separated modules export { tts } from "./src/tts.js"; export { stt } from "./src/stt.js"; export { merge } from "./src/merge.js";