Demos
SpeechDemo (macOS)
Full-featured speech app with CLI and SwiftUI. Transcription, TTS, VAD, diarization, speech enhancement — all models accessible from one interface.
macOS 14+Apple Silicon
iOSEchoDemo (iOS)
Minimal echo pipeline for iOS — tap to talk, speech is transcribed and echoed back via Kokoro TTS. Real-time VAD visualization.
iOS 17+KokoroParakeet
PersonaPlexDemo (macOS)
Full-duplex speech-to-speech using PersonaPlex 7B. Speak naturally, get spoken responses — like a conversation with an AI. 18 voice presets.
macOS 14+PersonaPlex16GB+ RAM
Install & Run
SpeechDemo (macOS CLI)
brew tap soniqo/speech https://github.com/soniqo/speech-swift && brew install speech
Usage examples:
audio transcribe file.wav
audio speak "Hello world"
audio server
iOS Demos
Open the project in Xcode and run on a physical device (iOS 17+). Simulator is not supported for on-device inference.