exPHAT/SwiftWhisper
Swift package that wraps whisper.cpp to run the Whisper speech-to-text model for audio transcription on iOS and macOS.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
SwiftWhisper provides a Swift-native interface to the Whisper speech recognition model via whisper.cpp. Developers add it as a Swift Package Manager or Xcode dependency and load a model file to transcribe 16kHz PCM audio frames into text. The library exposes delegate methods for real-time progress updates and segmented transcription results, making it straightforward to integrate offline speech-to-text into iOS and macOS applications.