The official TTS.ai Android app. Access 18 AI text-to-speech models, voice cloning, speech-to-text, and AI voice agents from your Android device.
- Text-to-Speech -- Generate natural speech with 18 AI models
- Voice Cloning -- Clone any voice from a short audio sample
- Speech-to-Text -- Transcribe audio files and recordings
- AI Voice Agents -- Chat with AI voice agents
- Voice Library -- Browse and preview hundreds of voices
- Offline Playback -- Download and play generated audio offline
- Credit System -- Free tier with 50 credits on signup
- Language: Kotlin
- UI: Jetpack Compose with Material 3
- Architecture: MVVM with Clean Architecture
- Networking: Retrofit + OkHttp
- Auth: JWT Bearer token authentication
- Media: ExoPlayer for audio playback
Coming soon
Coming soon on Google Play
- Android Studio Hedgehog (2023.1.1) or later
- JDK 17
- Android SDK 34 (min SDK 26)
git clone https://github.com/ttsaigit/tts-android.git
cd tts-androidOpen the project in Android Studio and sync Gradle. Build and run on a device or emulator.
The app communicates with the TTS.ai backend via REST API. See the API documentation for details.
MIT License. See LICENSE for details.