-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Problem description
react-native-executorch provides excellent on-device support for LLM, Vision, and Speech-to-Text models. However, it currently lacks a Text-to-Speech (TTS) model. This prevents developers from creating fully offline, voice-interactive experiences
Proposed solution
I propose the integration of hexgrad/Kokoro-82M, a high-quality, lightweight (82M parameters) open-source TTS model perfect for mobile devices.
Alternative solutions
No response
Benefits to React Native ExecuTorch
Complete Conversational AI: Enables a full on-device loop: Speech-to-Text -> LLM -> Text-to-Speech.
New App Capabilities: Unlocks the potential for offline voice assistants, accessibility tools, and educational apps.
Improved Developer Experience: Provides a simple, declarative API for a powerful feature without relying on external services.
Additional context
No response