EdgeGPT icon indicating copy to clipboard operation
EdgeGPT copied to clipboard

[Feature Request]: Using Voice

Open Eikosa opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

Bing now has voice typing, I think it would be great if this feature came to this module.

Proposed workflow

.

Additional information

No response

Eikosa avatar Jun 16 '23 17:06 Eikosa

you can easily implement it, on front side (html), with SpeechRecogniton objects ... Doesn't need to be in edgegpt

manatlan avatar Jun 17 '23 09:06 manatlan

Since Bing already supports it, I thought maybe it would be easy to add

Eikosa avatar Jun 17 '23 12:06 Eikosa

bing use the JS "SpeechRecognition" in front/client side (your html browser), to feed the input field, with voice recognition. it's really easy to on your self

manatlan avatar Jun 17 '23 13:06 manatlan

ahh , its easy but it would be better if we could integrate that in edgeGpt , just need to assign a simple function in setup file

TechyCSR avatar Jun 28 '23 15:06 TechyCSR