nyadla-sys / whisper.tflite

Optimized OpenAI's Whisper TFLite Port for Efficient Offline Inference on Edge Devices
MIT License
134 stars 29 forks source link

Unable to Transcribe Files from External Storage #12

Open AbelAditya opened 10 months ago

AbelAditya commented 10 months ago

I was trying to transcribe .wav audio files from external storage of the android device. The app isn't returning any sort of error but the transcription being returned is not correct. It is also able to detect the file i.e. there is no "Input File Not Found" error. Please advise on how to proceed further.

vilassn commented 10 months ago

Did you able to transcribe internal files? If yes, may be your app doesn't have permission to access external files. May be your file is not in 16k, mono, pcm_16/pcm_float format. Please check these.