Developer Builds Offline Bengali Voice Dialer for Android After Months of Model Failures
A software developer set out to build an offline Android voice dialer for his elderly, non-English-speaking mother, allowing her to call contacts by speaking Bengali nicknames. Testing multiple Whisper models on a MacBook revealed serious limitations: the small model transcribed Bengali in the wrong script, while the medium model produced fragmented, inconsistent output. The large-v3-turbo variant performed best on desktop but took 55–60 seconds to process audio when ported to Android via whisper.cpp JNI, making it impractical. Switching to the sherpa-onnx framework — a production ASR runtime from the k2/Kaldi team — cut inference time to around 2 seconds using the same model files. The project ultimately succeeded after resolving undocumented configuration issues, including a silent transcription bug tied to language token handling in sherpa-onnx v1.13.7.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in