FireRedVAD โ€” CoreML

CoreML conversion of FireRedVAD for voice activity detection on Apple Neural Engine. Supports 100+ languages with high accuracy (99.1% F1 on FLEURS).

Files

File Description
fireredvad.mlmodelc VAD model (CoreML compiled)
fireredvad.mlpackage VAD model (CoreML package)
cmvn.json Feature normalization statistics
config.json Model configuration

Usage

Used by speech-swift SpeechVAD module:

let vad = try await FireRedVADModel.fromPretrained()
let segments = vad.detectSpeech(audio: samples, sampleRate: 16000)

Downloads last month
901
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including aufklarer/FireRedVAD-CoreML