AIAny
AI Audio2026
Icon for item

OmniVoice Studio

Desktop app for local voice cloning, real-time dictation, and end-to-end video dubbing using zero-shot TTS across 600+ languages; features multi-engine TTS/ASR, speaker diarization, vocal isolation, batch pipelines, and invisible audio watermarking — all run fully offline.

Introduction

Why this matters

Most consumer TTS/dubbing services ship as cloud APIs that require keys and per‑use billing. This project flips that model: it packages a multi-engine TTS + ASR desktop pipeline so teams and creators can run voice cloning, long-form audiobook production, and cinematic dubbing entirely on their hardware with no external audio uploads.

What Sets It Apart
  • Local-first, multi-engine stack: supports an internal OmniVoice diffusion TTS plus adapters for ~10 other engines and 8 ASR backends, letting you route work to GPU/CPU per-engine. That makes it practical to run large‑vocabulary dubbing and zero‑shot cloning without sending data to a cloud provider.
  • High language and workflow coverage: zero-shot voice cloning and TTS across ~600+ languages, integrated speaker diarization (pyannote+WhisperX), Demucs vocal isolation, sentence-chunked unlimited-length generation, and one-click batch dubbing (transcribe→translate→synthesize→mux → MP4).
  • Production ergonomics for desktop: cross-platform Tauri app with a dictation widget (global hotkey), projects/voice profiles, A/B voice auditions, exportable persona bundles, diagnostics/self-check suite, and optional remote backend/MCP server mode for remote clients.
  • AI provenance and safety tools: embeds an invisible AudioSeal audio watermark in generated files and offers a detection endpoint plus configurable visible branding for exported videos.
Who It's For and Trade-offs

Great fit if you need privacy or offline control (no API keys/cloud), want multi‑language zero‑shot cloning, or process large batches of videos locally. It’s also well suited to audio-first workflows like audiobook production or studio dubbing where per‑asset cloud costs become significant.

Look elsewhere if you require a turnkey cloud API or an out‑of‑the‑box hosted voice library with enterprise SLA: running large models locally still demands disk space (models + cache), modest RAM/VRAM (recommended 16 GB+ RAM, 8+ GB VRAM for best GPU concurrency), and occasional manual model installs. The project is AGPL‑3.0 (commercial licensing available), and some engines are platform‑specific (e.g., MLX optimizations for Apple Silicon).

Information

  • Websitegithub.com
  • Organizationspalash.dev
  • AuthorsPalash Debnath
  • Published date2026/04/09

More Items

GitHub

Implements the Model Context Protocol in TypeScript, providing server and client libraries to expose tools, resources, and prompts to LLM hosts. Ships Streamable HTTP and stdio transports, optional middleware for Express/Fastify/Hono, and runnable examples for Node/Bun/Deno.

GitHub

An open protocol that standardizes how LLM applications connect to external data sources, tools, and services via JSON-RPC — TypeScript-first schema with JSON Schema exports, SDKs, and centralized documentation to enable interoperable integrations.

GitHub

Helps developers connect IDEs and AI agents to the Figma MCP server to extract design context, generate code from frames, and write updates back to Figma. Includes client setup (VS Code, Cursor, Claude Code, Gemini CLI), tools and skills, best practices, and beta rate-limit notes.