| 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 |
1val asr = ParakeetASR.create(context)
2val text = asr.transcribe(audioSamples, sampleRate = 16000)