The official TTS.ai iOS app. Access 18 AI text-to-speech models, voice cloning, speech-to-text, and AI voice agents from your iPhone or iPad.
- 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
- In-App Purchases -- Buy credits and subscriptions via Apple IAP
- Language: Swift 6
- UI: SwiftUI
- Architecture: MVVM
- Networking: URLSession with async/await
- Auth: JWT Bearer token authentication
- Media: AVFoundation for audio playback
- Payments: StoreKit 2
Coming soon
Coming soon on the App Store
- Xcode 16.0 or later
- iOS 17.0+ deployment target
- macOS Sonoma or later
git clone https://github.com/ttsaigit/tts-ios.git
cd tts-ios
open TTS.xcodeprojBuild and run on a simulator or device from Xcode.
The app communicates with the TTS.ai backend via REST API. See the API documentation for details.
MIT License. See LICENSE for details.