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 334 forks source link

The pause between sentences is a bit too long, regardless of voice used #137

Open WaveSmashies opened 1 year ago

WaveSmashies commented 1 year ago

That's about it lol. I'd like to see a setting which decreases the time the voice pauses between sentences as it feels a bit overly long.

kerkradio commented 1 year ago

Many thanks for a great, useful tool. I use it constantly. Can we perhaps add the unnaturally long pause during commas.

C-Nedelcu commented 1 year ago

That's about it lol. I'd like to see a setting which decreases the time the voice pauses between sentences as it feels a bit overly long.

From my understanding this would depend on your connection or device, or even language I have no pause whatsoever on my end as you can see on the demos... I would suggest trying in different languages, contexts, network conditions?

Many thanks for a great, useful tool. I use it constantly. Can we perhaps add the unnaturally long pause during commas.

You can disable sentence splitting by commas, that's a standard setting in the addon, have you tried it?

WaveSmashies commented 1 year ago

From my understanding this would depend on your connection or device, or even language I have no pause whatsoever on my end as you can see on the demos... I would suggest trying in different languages, contexts, network conditions?

My internet is quite fast and I've tried a couple devices and all the US voices. GPT generates the response well ahead of the voice too so idk why.

C-Nedelcu commented 1 year ago

could you show me the settings window so I can see what settings you are currently using? I'd need to see all the settings. I can try using the same settings as yours and take a look maybe, see if something's wrong

eiko4 commented 10 months ago

could you show me the settings window so I can see what settings you are currently using? I'd need to see all the settings. I can try using the same settings as yours and take a look maybe, see if something's wrong

@C-Nedelcu

I'm assuming you're sending sentences in chunks because ChatGPT doesn't generate a response instantly. You divide the sentence like this Hmm, And then wait for the next punctuation mark. It works, and in general an adequate solution. However, this should only be done at the beginning of the response.

For example, we have the following ChatGPT response: Hmm, you seem to be working on a React component that represents a node in a tree structure. This node can either be a leaf or not, and can be toggled open or closed. The toggling action seems to adjust some height values. Additionally, each node has a multi-toggle control that allows the user to select between various options, and these options will affect some visual representation (in the form of chips) of who (which user) has selected what option.

After submitting Hmm, and then you seem to be working on a React component that represents a node in a tree structure. and then This node can either be a leaf or not,

Enough time passes for the final piece to be sent in its entirety and can be toggled open or closed. The toggling action seems to adjust some height values. Additionally, each node has a multi-toggle control that allows the user to select between various options, and these options will affect some visual representation (in the form of chips) of who (which user) has selected what option. Instead of dividing sentences by each comma creating unnecessary pauses.