CoreML Speech Models
Collection
Speech AI models for Apple Neural Engine via CoreML. iOS/macOS ready. ASR, TTS, VAD, diarization. โข 16 items โข Updated โข 1
CoreML conversion of FireRedVAD for voice activity detection on Apple Neural Engine. Supports 100+ languages with high accuracy (99.1% F1 on FLEURS).
| File | Description |
|---|---|
fireredvad.mlmodelc |
VAD model (CoreML compiled) |
fireredvad.mlpackage |
VAD model (CoreML package) |
cmvn.json |
Feature normalization statistics |
config.json |
Model configuration |
Used by speech-swift SpeechVAD module:
let vad = try await FireRedVADModel.fromPretrained()
let segments = vad.detectSpeech(audio: samples, sampleRate: 16000)