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.97k stars 331 forks source link

sentence split & stop and pause words #13

Closed bartman081523 closed 1 year ago

bartman081523 commented 1 year ago

Only split the sentence if it has more than 75 characters

12

pause speech and stop speech words are adjusted to be more unique

10

bartman081523 commented 1 year ago

Sometimes the first sentence is skipped. I could not get ChatGPT to correct this (so far).

dev-eduka commented 1 year ago

I get this issue as well sometimes, however I have found that it's not due to my code, but due to the Chrome API. The text-to-speech API sometimes has hard time initializing. I've tried different manners to get around this problem, such as a "warm up" (it says "OK" when you press the Start button initially) but it hasn't solved the issue.