C-Nedelcu / talk-to-chatgpt

Talk to ChatGPT AI using your voice and listen to its answers through a voice
GNU Affero General Public License v3.0
1.96k stars 335 forks source link

Speech input cuts off too early. #214

Open WasOnce opened 7 months ago

WasOnce commented 7 months ago

When thinking through how to pose a question, sometimes I pause for a split second and tool stops listening and passes the incomplete sentence to the LLM. I'd like to be able to set the length of time before the voice to text finishes listening to help with this.

zedatrix commented 7 months ago

i have the same issue. i solved it by switching off auto send. when i'm done, i can take as looooong as i want, i just say "send message" and it sends it to the llm

C-Nedelcu commented 7 months ago

Hello, this is based on Google Chrome's speech to text API which can be trialled here: https://www.google.com/intl/en/chrome/demos/speech.html Unfortunately this API to the best of my knowledge does not offer any settings that could achieve what you want to do. That is why I developed the option to disable automatic send and simply just use a voice command to send the message, as zedatrix said.