ONNX
Collection
ONNX bundles for soniqo.audio. VAD, speech enhancement, ASR, TTS โ for Android via ONNX Runtime and cross-platform consumers. โข 5 items โข Updated โข 1
ONNX INT8 conversion of NVIDIA Parakeet-TDT 0.6B v2 for Android and Linux deployment via ONNX Runtime. Supports 114 languages with TDT greedy decoder.
| File | Description |
|---|---|
parakeet-encoder-int8.onnx |
FastConformer encoder, INT8 quantized |
parakeet-decoder-joint-int8.onnx |
LSTM decoder + TDT joint network |
vocab.json |
SentencePiece vocabulary (1024 tokens) |
config.json |
Model configuration |
Used by speech-android:
val asr = ParakeetASR.create(context)
val text = asr.transcribe(audioSamples, sampleRate = 16000)
Base model
nvidia/parakeet-tdt-0.6b-v2