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

feature request : deepgram support #32

Open thiswillbeyourgithub opened 1 week ago

thiswillbeyourgithub commented 1 week ago

Hi,

Deepgram is wayyy faster, cheaper, supports dictation modes (so saying comma to have a comma), supports removing things like "hum" and "huh", and suports live streaming.

Can you consider adding support for it?

thiswillbeyourgithub commented 1 week ago

Btw I checked and I keep getting errors when trying to use their endpoint instead of openai's. I think there's a decent chance that it's simply because the output format is not the same so it would be trivial to add dual support.

I can donate some money if that helps!