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.
35 stars 4 forks source link

Connect the Speech Input to OpenAI Whisper API #2

Closed j3soon closed 10 months ago

j3soon commented 11 months ago

Depends on #1.

After implementing this issue, we should have a minimal working speech input that can perform speech-to-text by sending request to OpenAI API. The performance and user experience need not be optimized in this issue.

The asynchronous programming part may be hard to debug. Feel free to discuss with me if you encountered some strange issues.