j3soon / whisper-to-input

An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
27 stars 1 forks source link

loosing audio when screen turns off #30

Open thiswillbeyourgithub opened 2 months ago

thiswillbeyourgithub commented 2 months ago

Hi,

I noticed that if I use your app for recording a very long audio, sometimes the screen will timeout and turn off and when that happens, your app just forgets everything I said. So I think it would be worth either ignoring the timeout of the screen when the keyboard is recording or alternatively adding pause and resume recording buttons that would be used in that case because when the screen turns off, you could just act as if the user pressed on pause recording.

Have a nice day