Hi! I’m considering flutter_gemma_speech for an on-device speech-to-text feature in a Flutter app.
The documentation lists the following STT support:
• moonshine-tiny — raw 16 kHz PCM
• Whisper (tiny, English) — log-mel
• Parakeet (CTC) — log-mel
Could you please clarify which exact Parakeet CTC model(s) are currently supported by the package?
In particular, I would like to know:
• Is the supported Parakeet CTC model multilingual, or English-only?
• Which languages are supported?
• Is there an official compatible LiteRT/TFLite model URL and tokenizer/vocabulary file you recommend using?
I understand that Moonshine Tiny and the currently listed Whisper Tiny profile are English-focused, so multilingual offline STT support is important for my use case.
Thank you!
Hi! I’m considering flutter_gemma_speech for an on-device speech-to-text feature in a Flutter app.
The documentation lists the following STT support:
• moonshine-tiny — raw 16 kHz PCM
• Whisper (tiny, English) — log-mel
• Parakeet (CTC) — log-mel
Could you please clarify which exact Parakeet CTC model(s) are currently supported by the package?
In particular, I would like to know:
• Is the supported Parakeet CTC model multilingual, or English-only?
• Which languages are supported?
• Is there an official compatible LiteRT/TFLite model URL and tokenizer/vocabulary file you recommend using?
I understand that Moonshine Tiny and the currently listed Whisper Tiny profile are English-focused, so multilingual offline STT support is important for my use case.
Thank you!