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

Create a dummy Speech Input #1

Closed j3soon closed 7 months ago

j3soon commented 8 months ago

After implementing this issue, we should have a dummy speech input that has a microphone icon, which can be toggled on/off (as in Google keyboard speech input). When the microphone icon is toggled off, some dummy text will be entered.

Please keep each commit self-contained, and let newbies (like me) to learn by simply following the commit descriptions and diffs.

Please discuss with me if there are any uncertainties in the description above.